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:
2013-04-03 10:43:13 +02:00
parent e23b03fde9
commit 399dbad350
2 changed files with 4 additions and 3 deletions

View File

@@ -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);