mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
src/gui/channellist.cpp: skip paint BG for item if firstpaint
Origin commit data
------------------
Commit: 4bf2a4aa19
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-05-03 (Fri, 03 May 2013)
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