mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
gui/widget/menue.cpp: fix menu hint kill vs hide
This commit is contained in:
@@ -785,8 +785,8 @@ void CMenuWidget::checkHints()
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (has_hints)
|
//if (has_hints)
|
||||||
GenericMenuBack->setHint(NEUTRINO_ICON_HINT_BACK, LOCALE_MENU_HINT_BACK);
|
// GenericMenuBack->setHint(NEUTRINO_ICON_HINT_BACK, LOCALE_MENU_HINT_BACK);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CMenuWidget::calcSize()
|
void CMenuWidget::calcSize()
|
||||||
@@ -1081,7 +1081,7 @@ void CMenuWidget::paintHint(int pos)
|
|||||||
|
|
||||||
if (item->hintIcon.empty() && item->hint == NONEXISTANT_LOCALE) {
|
if (item->hintIcon.empty() && item->hint == NONEXISTANT_LOCALE) {
|
||||||
if (info_box) {
|
if (info_box) {
|
||||||
info_box->kill();
|
savescreen ? info_box->hide(false) : info_box->kill();
|
||||||
hint_painted = false;
|
hint_painted = false;
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user