gui/widget/menue.cpp: fix menu hint kill vs hide

This commit is contained in:
[CST] Focus
2013-12-12 14:54:13 +04:00
parent 8358e5921e
commit 6a62051032

View File

@@ -785,8 +785,8 @@ void CMenuWidget::checkHints()
break;
}
}
if (has_hints)
GenericMenuBack->setHint(NEUTRINO_ICON_HINT_BACK, LOCALE_MENU_HINT_BACK);
//if (has_hints)
// GenericMenuBack->setHint(NEUTRINO_ICON_HINT_BACK, LOCALE_MENU_HINT_BACK);
}
void CMenuWidget::calcSize()
@@ -1081,7 +1081,7 @@ void CMenuWidget::paintHint(int pos)
if (item->hintIcon.empty() && item->hint == NONEXISTANT_LOCALE) {
if (info_box) {
info_box->kill();
savescreen ? info_box->hide(false) : info_box->kill();
hint_painted = false;
}
return;