Skip to content

Commit

Permalink
Fix NestedArtboardLeaf render when parent is a group
Browse files Browse the repository at this point in the history
NestedArtboards set to Leaf mode were not rendering at runtime when placed inside a group (works properly in editor). The root cause was that in cases where the immediate parent was anything other than a LayoutComponent, it was rendering at 0 size bounds. CPP was fixed to match dart.

Diffs=
54dcceba76 Fix NestedArtboardLeaf render when parent is a group (#8994)
  • Loading branch information
philter committed Feb 7, 2025
1 parent e95c899 commit f12ff53
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 @@
fd830a66cab87ccc1cf0ffca208c39f21d8e9ccb
54dcceba76140a915cbc88d2d25855fa0fcc4d00
2 changes: 1 addition & 1 deletion submodules/rive-runtime

0 comments on commit f12ff53

Please sign in to comment.