clear screen only after getting song info to avoid flickering

This commit is contained in:
Andrzej Rybczak
2009-03-09 11:43:27 +01:00
parent 2f68c48eb0
commit 5f114abd2c

View File

@@ -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();
}
}