clear screen only after getting song info to avoid flickering
This commit is contained in:
@@ -100,8 +100,9 @@ void Info::GetSong()
|
|||||||
myScreen = this;
|
myScreen = this;
|
||||||
RedrawHeader = 1;
|
RedrawHeader = 1;
|
||||||
itsTitle = "Song info";
|
itsTitle = "Song info";
|
||||||
w->Clear();
|
w->Clear(0);
|
||||||
PrepareSong(*s);
|
PrepareSong(*s);
|
||||||
|
w->Window::Clear();
|
||||||
w->Flush();
|
w->Flush();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user