CComponentsWindow: ensure default disable background paint on window

Only basic items should have enabled background paint as default.
Should be better for performance.
This commit is contained in:
2016-02-24 19:10:31 +01:00
parent 8d3f70b112
commit 0f64aff1dc

View File

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