fix redrawing bottom line with alternate UI and mpd stopped
This commit is contained in:
@@ -122,6 +122,9 @@ void UnlockStatusbar()
|
||||
}
|
||||
if (!Mpd.isPlaying())
|
||||
{
|
||||
if (Config.new_design)
|
||||
DrawProgressbar(Mpd.GetElapsedTime(), Mpd.GetTotalTime());
|
||||
else
|
||||
Statusbar() << wclrtoeol;
|
||||
wFooter->Refresh();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user