mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
CMenueWidget: add color gradient to menue hints
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -1302,6 +1302,9 @@ void CMenuWidget::paintHint(int pos)
|
||||
|
||||
if (pos < 0 && !hint_painted)
|
||||
return;
|
||||
|
||||
info_box->enableGradient(g_settings.gradiant != 0); //TODO: manage via themes
|
||||
info_box->setColorBody(COL_MENUCONTENT_PLUS_0);
|
||||
|
||||
if (hint_painted) {
|
||||
/* clear detailsline line */
|
||||
|
Reference in New Issue
Block a user