Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix NestedArtboardLeaf render when parent is a group
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