From 4d22301354a04ae2c5c79caf498ed4ffdfcd2537 Mon Sep 17 00:00:00 2001 From: philter Date: Mon, 9 Dec 2024 23:39:04 +0000 Subject: [PATCH] Override layoutcomponent x/y using layoutX/Y Duo called out a bug where a translation constraint applied to a layout component behaved differently in editor vs runtime. The issue was due to the constraint using x/y properties, whereas layoutX/Y should be used for layout components. Added an override to fix this. Checked other usages of x/y() in CPP and currently, the only place they are used that is applicable to layout components is in constraints and ListenerAlignTarget. Diffs= e8d6e5db26 Override layoutcomponent x/y using layoutX/Y (#8714) --- .rive_head | 2 +- wasm/submodules/rive-runtime | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.rive_head b/.rive_head index 014d8d70..9e4447ce 100644 --- a/.rive_head +++ b/.rive_head @@ -1 +1 @@ -d3f6a49778aa6ce7408aecededeb1afc1bf33e6e +e8d6e5db26279ca460b46161df84c77f73903a95 diff --git a/wasm/submodules/rive-runtime b/wasm/submodules/rive-runtime index bb5173a1..2b721a56 160000 --- a/wasm/submodules/rive-runtime +++ b/wasm/submodules/rive-runtime @@ -1 +1 @@ -Subproject commit bb5173a1c393367684bab040d08db3266d746018 +Subproject commit 2b721a56e1223b11291627ee267a3bed005e4967