src/gui/channellist.cpp: skip paint BG for item if firstpaint

This commit is contained in:
Jacek Jendrzej
2013-05-03 18:42:35 +02:00
parent 05df699bc8
commit 4bf2a4aa19
2 changed files with 9 additions and 6 deletions

View File

@@ -103,7 +103,7 @@ private:
void paintDetails(int index);
void clearItem2DetailsLine ();
void paintItem2DetailsLine (int pos);
void paintItem(int pos);
void paintItem(int pos,const bool firstpaint = false);
bool updateSelection(int newpos);
void paint();
void paintHead();