diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-13 22:31:22 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-13 22:31:22 -0400 |
| commit | 652ba57a680e39938dd414ddcefac40bd26a28cb (patch) | |
| tree | ad798cd954d078f67d6ffd97b5d6b61d1412d24d | |
| parent | 148e4af0b944f594e34644f4c5c7d663b15c1a72 (diff) | |
More parent planning.
| -rw-r--r-- | new/parentplan | 2 |
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() |
