mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 10:51:05 +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.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 399dbad350
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-03 (Wed, 03 Apr 2013)
------------------
This commit was generated by Migit
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