More parent planning.
This commit is contained in:
parent
148e4af0b9
commit
652ba57a68
|
@ -20,6 +20,8 @@ w.SetChild(c)
|
||||||
e.SetParent(p)
|
e.SetParent(p)
|
||||||
f.SetParent(p)
|
f.SetParent(p)
|
||||||
g.SetParent(p)
|
g.SetParent(p)
|
||||||
|
p.Update()
|
||||||
|
c.Resize()
|
||||||
c.Add(h)
|
c.Add(h)
|
||||||
h.SetParent(p)
|
h.SetParent(p)
|
||||||
p.Update()
|
p.Update()
|
||||||
|
|
Loading…
Reference in New Issue