mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
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:
@@ -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 */
|
||||||
|
Reference in New Issue
Block a user