mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
CEpgData: hold header instance to prevent flickering on page scroll
Header class is not required here, square-object is adequate,
therefore usage of title text object is justified and can be used on stack,
heap is not required in this case.
Note: Header class provides a title parameter and could do this at once.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 14da9e510b
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-03-22 (Tue, 22 Mar 2016)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -56,7 +56,7 @@ class CEpgData
|
||||
CChannelEventList evtlist;
|
||||
CChannelEventList followlist;
|
||||
CEPGData epgData;
|
||||
|
||||
CComponentsShapeSquare* header;
|
||||
std::string epg_date;
|
||||
std::string epg_start;
|
||||
std::string epg_end;
|
||||
@@ -96,6 +96,7 @@ class CEpgData
|
||||
public:
|
||||
|
||||
CEpgData();
|
||||
~CEpgData();
|
||||
void start( );
|
||||
int show(const t_channel_id channel_id, uint64_t id = 0, time_t* startzeit = NULL, bool doLoop = true, bool callFromfollowlist = false );
|
||||
void hide();
|
||||
|
Reference in New Issue
Block a user