]> O.S.I.I.S - jp/crow.git/commitdiff
dont clear Parent field, if object oldslot has to be repainted
authorjpbruyere <jp.bruyere@hotmail.com>
Tue, 16 Feb 2016 11:26:27 +0000 (12:26 +0100)
committerjpbruyere <jp.bruyere@hotmail.com>
Tue, 16 Feb 2016 11:26:27 +0000 (12:26 +0100)
src/GraphicObjects/Group.cs

index 12d8c7058dea884b3bca000874c0bee09a9e9b8d..ba65ba0c05c7d14ec2fd0a622302b0f895d47f5e 100644 (file)
@@ -53,7 +53,7 @@ namespace Crow
                {
                        child.LayoutChanged -= OnChildLayoutChanges;
                        child.ClearBinding ();
-                       child.Parent = null;
+                       //child.Parent = null;
             Children.Remove(child);
 
                        if (child == largestChild)