fix refreshing in clock screen while resizing / remove some unneded code
This commit is contained in:
@@ -58,6 +58,8 @@ void Clock::Resize()
|
||||
w->MoveTo((COLS-Width)/2, (LINES-Height)/2);
|
||||
if (myScreen == this)
|
||||
{
|
||||
if (myPlaylist->hasToBeResized)
|
||||
myPlaylist->Resize();
|
||||
myPlaylist->Main()->Hide();
|
||||
w->Display();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user