clear screen only after getting song info to avoid flickering

master
Andrzej Rybczak 17 years ago
parent 2f68c48eb0
commit 5f114abd2c
  1. 3
      src/info.cpp

@ -100,8 +100,9 @@ void Info::GetSong()
myScreen = this;
RedrawHeader = 1;
itsTitle = "Song info";
w->Clear();
w->Clear(0);
PrepareSong(*s);
w->Window::Clear();
w->Flush();
}
}

Loading…
Cancel
Save