From: jpbruyere Date: Tue, 16 Feb 2016 11:26:27 +0000 (+0100) Subject: dont clear Parent field, if object oldslot has to be repainted X-Git-Tag: v0.4~127^2~7 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=809ef17d3c539fbfffe88e88a9e3070133b620ea;p=jp%2Fcrow.git dont clear Parent field, if object oldslot has to be repainted --- diff --git a/src/GraphicObjects/Group.cs b/src/GraphicObjects/Group.cs index 12d8c705..ba65ba0c 100644 --- a/src/GraphicObjects/Group.cs +++ b/src/GraphicObjects/Group.cs @@ -53,7 +53,7 @@ namespace Crow { child.LayoutChanged -= OnChildLayoutChanges; child.ClearBinding (); - child.Parent = null; + //child.Parent = null; Children.Remove(child); if (child == largestChild)