CComponentsInfoBox: Small display bug fixed

Origin commit data
------------------
Commit: bc8128d8d7
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-07-24 (Tue, 24 Jul 2012)

Origin message was:
------------------
* CComponentsInfoBox: Small display bug fixed
This commit is contained in:
Michael Liebmann
2012-07-24 21:25:28 +02:00
parent 9f26a234d5
commit 6c255d9c7d
2 changed files with 3 additions and 3 deletions

View File

@@ -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;
}