fix for clock misrendering
clearing screen explicitely before displaying it apparently fixes the problem with last digits being misrendered sometimes.
This commit is contained in:
@@ -87,6 +87,8 @@ void Clock::SwitchTo()
|
|||||||
myPlaylist->Main()->Hide();
|
myPlaylist->Main()->Hide();
|
||||||
RedrawHeader = 1;
|
RedrawHeader = 1;
|
||||||
Prepare();
|
Prepare();
|
||||||
|
// clearing screen apparently fixes the problem with last digits being misrendered
|
||||||
|
w->Clear();
|
||||||
w->Display();
|
w->Display();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user