More parent planning.
This commit is contained in:
parent
148e4af0b9
commit
652ba57a68
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue