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