summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--catbird/node-2d.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/catbird/node-2d.scm b/catbird/node-2d.scm
index 090584c..84c86d8 100644
--- a/catbird/node-2d.scm
+++ b/catbird/node-2d.scm
@@ -446,7 +446,8 @@
(define-method (resize (node <node-2d>) w h)
(set! (width node) w)
(set! (height node) h)
- (expire-local-bounding-box node))
+ (expire-local-bounding-box node)
+ (on-child-resize (parent node) node))
;;;