mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
cc: rework color handling for select and focus status
This commit is contained in:
@@ -51,7 +51,7 @@ CComponentsShapeSquare::CComponentsShapeSquare( const int x_pos, const int y_pos
|
||||
shadow = shadow_mode;
|
||||
shadow_w = OFFSET_SHADOW;
|
||||
col_frame = color_frame;
|
||||
col_body = color_body;
|
||||
col_body_std = color_body;
|
||||
col_shadow = color_shadow;
|
||||
initParent(parent);
|
||||
}
|
||||
@@ -83,7 +83,7 @@ CComponentsShapeCircle::CComponentsShapeCircle( int x_pos, int y_pos, int diam,
|
||||
shadow = shadow_mode;
|
||||
shadow_w = OFFSET_SHADOW;
|
||||
col_frame = color_frame;
|
||||
col_body = color_body;
|
||||
col_body_std = color_body;
|
||||
col_shadow = color_shadow;
|
||||
|
||||
//CComponentsShapeCircle
|
||||
|
Reference in New Issue
Block a user