CMenuWidget: remove double assignment of info box color

Origin commit data
------------------
Branch: ni/coolstream
Commit: 89cc6628ca
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-07-17 (Fri, 17 Jul 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2015-07-17 17:31:57 +02:00
parent 01ae9712ba
commit 6059f2ff12

View File

@@ -1313,7 +1313,7 @@ void CMenuWidget::paintHint(int pos)
info_box->enableGradient(g_settings.theme.menu_Hint_gradient != 0); info_box->enableGradient(g_settings.theme.menu_Hint_gradient != 0);
info_box->set2ndColor(COL_INFOBAR_SHADOW_PLUS_1); // COL_INFOBAR_SHADOW_PLUS_1 is default footer color info_box->set2ndColor(COL_INFOBAR_SHADOW_PLUS_1); // COL_INFOBAR_SHADOW_PLUS_1 is default footer color
info_box->setColorBody(COL_MENUCONTENT_PLUS_0);
if (hint_painted) { if (hint_painted) {
/* clear detailsline line */ /* clear detailsline line */