CCDraw: fix wrong intit values for corners and position

This commit is contained in:
2017-04-07 21:44:32 +02:00
parent 511486c404
commit 6d45fbb4eb
2 changed files with 5 additions and 2 deletions

View File

@@ -74,6 +74,9 @@ CComponentsShapeCircle::CComponentsShapeCircle( int x_pos, int y_pos, int diam,
//CComponents
x = x_pos;
y = y_pos;
corner_type = corner_type_old = CORNER_ALL;
//width = height = d = diam;
shadow = shadow_mode;
shadow_w = OFFSET_SHADOW;