CCDraw: Set cc_gradient_bg_cleanup to true

Except menu headers: Disable cleanup when save screen is disabled
This commit is contained in:
M. Liebmann
2016-01-29 10:13:52 +01:00
parent be1f555e37
commit 6c72fe94bc
7 changed files with 1 additions and 8 deletions

View File

@@ -1482,7 +1482,6 @@ void CMenuWidget::paintHint(int pos)
info_box->enableShadow();
info_box->setPicture(item->hintIcon ? item->hintIcon : "");
info_box->enableColBodyGradient(g_settings.theme.menu_Hint_gradient, COL_INFOBAR_SHADOW_PLUS_1, g_settings.theme.menu_Hint_gradient_direction);// COL_INFOBAR_SHADOW_PLUS_1 is default footer color
info_box->enableGradientBgCleanUp();
//paint result
if (details_line)