mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
CMenuWidget: remove double assignment of info box color
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