mirror of
https://git.koehlerweb.org/frodovdr/vdr-plugin-skindesigner.git
synced 2025-12-27 07:31:12 +01:00
fixed channel in schedules menu header
This commit is contained in:
@@ -277,6 +277,10 @@ void cViewMenu::SetSubView(eMenuCategory MenuCat) {
|
||||
if (menuCat != MenuCat) {
|
||||
catChange = true;
|
||||
} else {
|
||||
//assume at least menuChange for mcSchedules menu
|
||||
//that correct channel will be set in header
|
||||
if (menuCat == mcSchedule)
|
||||
menuChange = true;
|
||||
return;
|
||||
}
|
||||
cSubView *newSubview = NULL;
|
||||
|
||||
Reference in New Issue
Block a user