Skip to content

Commit

Permalink
Implement isHidden in DrawableProxy
Browse files Browse the repository at this point in the history
Fixes an issue where nested artboards with hidden layouts that are also clipped would not render, and ultimately crash. In these cases, the draw calls in LayoutComponent were not running when isHidden() was true, but the layout's drawable proxy did not correctly implement isHidden, so it would try to render (incorrectly).

Diffs=
708a913ea Implement isHidden in DrawableProxy (#8302)
  • Loading branch information
philter committed Oct 8, 2024
1 parent d9f6620 commit f080ae7
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 @@
eed8230f84e2894d0436dd1d94566c59f4dfcb6f
708a913eae64e6b6b60570609c07e2d76017469b
2 changes: 1 addition & 1 deletion submodules/rive-runtime

0 comments on commit f080ae7

Please sign in to comment.