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

@@ -71,7 +71,7 @@ CCDraw::CCDraw() : COSDFader(g_settings.theme.menu_Content_alpha)
cc_body_gradient_saturation = 0xC0;
cc_body_gradient_direction = cc_body_gradient_direction_old = CFrameBuffer::gradientVertical;
cc_gradient_bg_cleanup = false;
cc_gradient_bg_cleanup = true;
v_fbdata.clear();
}