CComponentsWindow: ensure default disable background paint on window

Only basic items should have enabled background paint as default.
Should be better for performance.


Origin commit data
------------------
Commit: 0f64aff1dc
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-02-24 (Wed, 24 Feb 2016)
This commit is contained in:
2016-02-24 19:10:31 +01:00
parent 0df821d472
commit 67e645be25

View File

@@ -133,7 +133,7 @@ void CComponentsWindow::initVarWindow( const int& x_pos, const int& y_pos, const
ccw_icon_name = iconname; ccw_icon_name = iconname;
dprintf(DEBUG_DEBUG, "[CComponentsWindow] [%s - %d] icon name = %s\n", __func__, __LINE__, ccw_icon_name.c_str()); dprintf(DEBUG_DEBUG, "[CComponentsWindow] [%s - %d] icon name = %s\n", __func__, __LINE__, ccw_icon_name.c_str());
paint_bg = false;
shadow = shadow_mode; shadow = shadow_mode;
col_frame = color_frame; col_frame = color_frame;
col_body = color_body; col_body = color_body;