global: remove RedrawHeader

This commit is contained in:
Andrzej Rybczak
2012-09-06 16:49:47 +02:00
parent f0cac617fa
commit c935dcf11a
20 changed files with 53 additions and 64 deletions

View File

@@ -121,7 +121,7 @@ void Playlist::SwitchTo()
EnableHighlighting();
if (w != Items) // even if sorting window is active, background has to be refreshed anyway
Items->display();
Global::RedrawHeader = true;
DrawHeader();
}
void Playlist::Resize()