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

Origin commit data
------------------
Branch: ni/coolstream
Commit: 4bf2a4aa19
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-05-03 (Fri, 03 May 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2013-05-03 18:42:35 +02:00
parent 83a8d863cd
commit 3fed954162
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();