CComponentsHeader: remove reassigned col_body vars

Origin commit data
------------------
Branch: ni/coolstream
Commit: 8500648b7f
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-02-17 (Wed, 17 Feb 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2016-02-17 11:42:29 +01:00
parent f7b3dc8468
commit d1c314d969

View File

@@ -103,7 +103,7 @@ void CComponentsHeader::initVarHeader( const int& x_pos, const int& y_pos, const
col_frame = col_frame_old = color_frame;
col_body = col_body_old = color_body;
col_shadow = col_shadow_old = color_shadow;
col_body = col_body_old = COL_MENUHEAD_PLUS_0;
cc_body_gradient_enable = cc_body_gradient_enable_old = g_settings.theme.menu_Head_gradient;
cc_body_gradient_direction = cc_body_gradient_direction_old = g_settings.theme.menu_Head_gradient_direction;
cc_body_gradient_mode = CColorGradient::gradientLight2Dark;