visualizer: refresh screen immediately after clearing it
This commit is contained in:
@@ -107,6 +107,7 @@ void Visualizer::Update()
|
||||
if (!Mpd.isPlaying())
|
||||
{
|
||||
w->Clear();
|
||||
w->Refresh();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user