Skip to content

Commit

Permalink
Call updateLayoutBounds on NestedArtboardLayout
Browse files Browse the repository at this point in the history
I think this is the right fix here. Since the calls to updateLayoutBounds are now passed down through layout children rather than on advance, we also needed to call updateLayoutBounds on NestedArtboardLayout, since those "provide" their layout nodes to their parent artboards layout tree (thus updateLayoutBounds doesn't get called during their own Artboard's advance).

Diffs=
6931974fe3 Call updateLayoutBounds on NestedArtboardLayout (#8398)
  • Loading branch information
philter committed Oct 23, 2024
1 parent d4512ec commit b34c93e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c7cd1c8c741fcab1f237c2f65c7fe148f2925ff9
6931974fe3eb4a5dcda546cafe2ed50e9da2c939

0 comments on commit b34c93e

Please sign in to comment.