From 809ef17d3c539fbfffe88e88a9e3070133b620ea Mon Sep 17 00:00:00 2001 From: jpbruyere Date: Tue, 16 Feb 2016 12:26:27 +0100 Subject: [PATCH] dont clear Parent field, if object oldslot has to be repainted --- src/GraphicObjects/Group.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3