refresh main screen only if necessary

This commit is contained in:
Andrzej Rybczak
2009-09-17 00:59:30 +00:00
parent ff84ba8d9d
commit 8109d26daf
5 changed files with 35 additions and 34 deletions

View File

@@ -316,8 +316,6 @@ void Playlist::FixPositions(size_t beginning)
void Playlist::EnableHighlighting()
{
Items->Highlighting(1);
if (w == Items)
Items->Refresh();
UpdateTimer();
}