More parent planning.

This commit is contained in:
Pietro Gagliardi 2015-04-13 22:31:22 -04:00
parent 148e4af0b9
commit 652ba57a68
1 changed files with 2 additions and 0 deletions

View File

@ -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()