summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--new/parentplan2
1 files changed, 2 insertions, 0 deletions
diff --git a/new/parentplan b/new/parentplan
index 7f7616a..80f6eb9 100644
--- a/new/parentplan
+++ b/new/parentplan
@@ -20,6 +20,8 @@ w.SetChild(c)
e.SetParent(p)
f.SetParent(p)
g.SetParent(p)
+ p.Update()
+ c.Resize()
c.Add(h)
h.SetParent(p)
p.Update()