mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
src/gui/channellist.cpp: skip paint BG for item if firstpaint
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user