CMenueWidget: add color gradient to menue hints

Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Branch: ni/coolstream
Commit: 8a41089a92
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-04-27 (Mon, 27 Apr 2015)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2015-04-27 09:55:14 +02:00
committed by Thilo Graf
parent 2bc184e5f0
commit c6c9a104a9

View File

@@ -1303,6 +1303,9 @@ void CMenuWidget::paintHint(int pos)
if (pos < 0 && !hint_painted) if (pos < 0 && !hint_painted)
return; return;
info_box->enableGradient(g_settings.gradiant != 0); //TODO: manage via themes
info_box->setColorBody(COL_MENUCONTENT_PLUS_0);
if (hint_painted) { if (hint_painted) {
/* clear detailsline line */ /* clear detailsline line */
if (details_line) if (details_line)