mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
* CComponentsInfoBox: Small display bug fixed
This commit is contained in:
@@ -1079,7 +1079,7 @@ void CMenuWidget::paintHint(int pos)
|
||||
/* clear info box */
|
||||
if (info_box != NULL)
|
||||
if (pos == -1)
|
||||
info_box->restore(true);
|
||||
info_box->restore();
|
||||
hint_painted = false;
|
||||
}
|
||||
if (pos < 0)
|
||||
@@ -1090,7 +1090,7 @@ void CMenuWidget::paintHint(int pos)
|
||||
|
||||
if (item->hintIcon.empty() && item->hint == NONEXISTANT_LOCALE) {
|
||||
if (info_box != NULL)
|
||||
info_box->restore(false);
|
||||
info_box->restore();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user