mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
fixed again display of channel in schedules header
This commit is contained in:
@@ -324,6 +324,10 @@ void cDisplayMenuRootView::KeyInput(bool up, bool page) {
|
||||
}
|
||||
|
||||
void cDisplayMenuRootView::Clear(void) {
|
||||
if (view) {
|
||||
view->ClearChannel();
|
||||
view->ClearEpgSearchFavorite();
|
||||
}
|
||||
if (listView) {
|
||||
listView->Clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user