mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user