menue: allow icon-only menu hints

Origin commit data
------------------
Commit: 9945d03480
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-11-22 (Sat, 22 Nov 2014)

Origin message was:
------------------
- menue: allow icon-only menu hints
This commit is contained in:
vanhofen
2014-11-22 15:42:48 +01:00
parent b8f6c2a811
commit 6453c8a7b7

View File

@@ -1326,7 +1326,7 @@ void CMenuWidget::paintHint(int pos)
}
if (item->hint == NONEXISTANT_LOCALE && item->hintText.empty())
return;
item->hintText = " ";
int iheight = item->getHeight();
int rad = RADIUS_LARGE;