mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
fixed clearing epg info in displaychannel
This commit is contained in:
parent
c9be985391
commit
e8ba29386c
@ -162,6 +162,11 @@ void cVeDcEpgInfo::Set(const cEvent *p, const cEvent *f) {
|
|||||||
SetDirty();
|
SetDirty();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void cVeDcEpgInfo::Close(void) {
|
||||||
|
tokenContainer->Clear();
|
||||||
|
cViewElement::Close();
|
||||||
|
}
|
||||||
|
|
||||||
bool cVeDcEpgInfo::EventHasTimer(const cEvent *e) {
|
bool cVeDcEpgInfo::EventHasTimer(const cEvent *e) {
|
||||||
if (!e) return false;
|
if (!e) return false;
|
||||||
cGlobalSortedTimers SortedTimers;// local and remote timers
|
cGlobalSortedTimers SortedTimers;// local and remote timers
|
||||||
|
@ -39,6 +39,7 @@ public:
|
|||||||
virtual ~cVeDcEpgInfo(void);
|
virtual ~cVeDcEpgInfo(void);
|
||||||
void SetTokenContainer(void);
|
void SetTokenContainer(void);
|
||||||
void Set(const cEvent *p, const cEvent *f);
|
void Set(const cEvent *p, const cEvent *f);
|
||||||
|
void Close(void);
|
||||||
};
|
};
|
||||||
/******************************************************************
|
/******************************************************************
|
||||||
* cVeDcProgressBar
|
* cVeDcProgressBar
|
||||||
|
Loading…
Reference in New Issue
Block a user