mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
fixed direct display of pluginmenu with keymacro
This commit is contained in:
parent
2e42673f04
commit
d901bba87c
@ -520,7 +520,7 @@ void cViewMenu::KeyDetailView(bool up, bool page) {
|
||||
}
|
||||
|
||||
bool cViewMenu::Init(void) {
|
||||
activeSubview = subViews[(int)eSvDisplayMenu::main];
|
||||
activeSubview = subViews[(int)eSvDisplayMenu::menudefault];
|
||||
return cView::Init();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user