From f080ae730a19639427da81a785146e3f0ef2a342 Mon Sep 17 00:00:00 2001 From: philter Date: Tue, 8 Oct 2024 23:30:01 +0000 Subject: [PATCH] Implement isHidden in DrawableProxy 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) --- .rive_head | 2 +- submodules/rive-runtime | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.rive_head b/.rive_head index 12e1c9ed..30569606 100644 --- a/.rive_head +++ b/.rive_head @@ -1 +1 @@ -eed8230f84e2894d0436dd1d94566c59f4dfcb6f +708a913eae64e6b6b60570609c07e2d76017469b diff --git a/submodules/rive-runtime b/submodules/rive-runtime index 87a2bcc6..9d8d91de 160000 --- a/submodules/rive-runtime +++ b/submodules/rive-runtime @@ -1 +1 @@ -Subproject commit 87a2bcc67d1f22723f3074891c5b572e56e91185 +Subproject commit 9d8d91debda685dbdcf2181e3fa29ec55959be14