diff --git a/src/status.cpp b/src/status.cpp index 23296683..3f073a00 100644 --- a/src/status.cpp +++ b/src/status.cpp @@ -111,7 +111,10 @@ void UnlockStatusbar() block_progressbar_update = 0; } if (!Mpd.isPlaying()) + { Statusbar() << wclrtoeol; + wFooter->Refresh(); + } } void TraceMpdStatus()