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