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

@@ -498,7 +498,6 @@ void CInfoViewerBB::paintFoot(int w)
foot->setColorBody(COL_INFOBAR_BUTTONS_BACKGROUND);
foot->enableColBodyGradient(g_settings.theme.infobar_gradient_bottom, COL_INFOBAR_PLUS_0, g_settings.theme.infobar_gradient_bottom_direction);
foot->setCorner(RADIUS_LARGE, CORNER_BOTTOM);
foot->enableGradientBgCleanUp();
foot->paint(CC_SAVE_SCREEN_NO);
}