]> O.S.I.I.S - jp/crow.git/commitdiff
resolve bug popper content childs not arranged if top container is Stack
authorjpbruyere <jp.bruyere@hotmail.com>
Fri, 19 Aug 2016 07:57:17 +0000 (09:57 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Thu, 1 Sep 2016 10:44:38 +0000 (12:44 +0200)
src/Interface.cs

index 0d97685e5e6d61f63a2defb0b249dbd74464d133..fc977fc4d261bb4f41de323492914766d50436f6 100644 (file)
@@ -467,7 +467,7 @@ namespace Crow
                        g.Parent = this;
                        GraphicTree.Insert (0, g);
                        g.RegisteredLayoutings = LayoutingType.None;
-                       g.RegisterForLayouting (LayoutingType.Sizing);
+                       g.RegisterForLayouting (LayoutingType.Sizing | LayoutingType.ArrangeChildren);
                }
                public void DeleteWidget(GraphicObject g)
                {