From: jpbruyere Date: Fri, 19 Aug 2016 07:57:17 +0000 (+0200) Subject: resolve bug popper content childs not arranged if top container is Stack X-Git-Tag: v0.5~7^2~12 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=9c3fd3b6b218de51177bef7d481e411e365b6ef3;p=jp%2Fcrow.git resolve bug popper content childs not arranged if top container is Stack --- diff --git a/src/Interface.cs b/src/Interface.cs index 0d97685e..fc977fc4 100644 --- a/src/Interface.cs +++ b/src/Interface.cs @@ -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) {