CChannelList::paint(): reduce background paint in miniTV mode

Origin commit data
------------------
Commit: d5876963e7
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-07-23 (Tue, 23 Jul 2013)
This commit is contained in:
Jacek Jendrzej
2013-07-23 19:24:42 +02:00
parent f22cb2f654
commit e274e633c8
2 changed files with 23 additions and 22 deletions

View File

@@ -114,9 +114,9 @@ private:
void calcSize();
std::string MaxChanNr();
void paint_pig(int x, int y, int w, int h);
void paint_events(int index);
CChannelEventList evtlist;
void readEvents(const t_channel_id channel_id);
void paint_events(int index);
CChannelEventList evtlist;
void readEvents(const t_channel_id channel_id);
void showdescription(int index);
typedef std::pair<std::string,int> epg_pair;
std::vector<epg_pair> epgText;