]> O.S.I.I.S - jp/crow.git/commitdiff
Comments
authorjpbruyere <jp.bruyere@hotmail.com>
Sat, 12 Sep 2015 15:48:35 +0000 (17:48 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Sat, 12 Sep 2015 15:48:35 +0000 (17:48 +0200)
src/GraphicObjects/GraphicObject.cs

index 7437c31aa7466428f057e35b7928ff8ce2178fbd..b92d666ce187bb97d4d7b71e39c3a50765e9050f 100644 (file)
@@ -426,7 +426,8 @@ namespace go
 \r
                        if ((layoutType & (int)LayoutingType.Width) > 0) {\r
 \r
-                               //force sizing to fit if parent is sizing on children\r
+                               //force sizing to fit if parent is sizing on children and \r
+                               //this object has stretched size\r
                                if (Parent.getBounds ().Width < 0 && Width == 0)\r
                                        Width = -1;\r
                                \r