mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
CNeutrinoEventList: use CComponentsText instead CComponentsInfoBox
add doPaintBg(false), causes no paint or repaint and save of item background. CC-Items comes with its own hide(), but it's not very sensefull to store or paint background here. NOTE: CComponentsText is more of appropriate for embedded text items than CComponentsInfoBox. CComponentsInfoBox is more made for hint or messageboxes.
This commit is contained in:
@@ -101,7 +101,7 @@ class CNeutrinoEventList
|
||||
std::string infozone_text;
|
||||
int sort_mode;
|
||||
event_id_t item_event_ID;
|
||||
CComponentsInfoBox *cc_infozone;
|
||||
CComponentsText *cc_infozone;
|
||||
|
||||
void paintItem(unsigned pos, t_channel_id channel_id = 0);
|
||||
void paintDescription(int index);
|
||||
|
Reference in New Issue
Block a user