fixed bug that epg quicksearch menu was not displayed properly

This commit is contained in:
louis
2015-01-12 12:40:28 +01:00
parent 5d86c45bc6
commit d84447652e
3 changed files with 6 additions and 2 deletions

View File

@@ -205,7 +205,7 @@ void cDisplayMenuRootView::SetMenu(eMenuCategory menuCat, bool menuInit) {
}
void cDisplayMenuRootView::CorrectDefaultMenu(void) {
if (viewType > svMenuDefault) {
if (viewType > svMenuDefault && viewType != svMenuPlugin) {
SetMenu(mcUnknown, true);
}
}