mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
CCDraw: Set cc_gradient_bg_cleanup to true
Except menu headers: Disable cleanup when save screen is disabled
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user