fix redrawing bottom line with alternate UI and mpd stopped

This commit is contained in:
Andrzej Rybczak
2010-01-26 03:48:01 +01:00
parent 7fc9af69c4
commit 9e5700cfd0

View File

@@ -122,7 +122,10 @@ void UnlockStatusbar()
}
if (!Mpd.isPlaying())
{
Statusbar() << wclrtoeol;
if (Config.new_design)
DrawProgressbar(Mpd.GetElapsedTime(), Mpd.GetTotalTime());
else
Statusbar() << wclrtoeol;
wFooter->Refresh();
}
}