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