Skip to content

Commit

Permalink
Propagate layout's display to children in runtime
Browse files Browse the repository at this point in the history
This fixes a bug noticed at runtime where toggling layout display on/off would not respect its children's display values if they were different than the parent. We need to make sure to consider the layout's display value when calling collapse() on its children. The dart implementation works as expected.

Diffs=
24d9162103 Propagate layout's display to children in runtime (#8908)
  • Loading branch information
philter committed Jan 22, 2025
1 parent 4b73434 commit 91d6b15
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 @@
90da85fbb4151a7a4a1c30cf2f6738929debe925
24d9162103a73712ba3c80cfc909fee6948a0089
2 changes: 1 addition & 1 deletion submodules/rive-cpp

0 comments on commit 91d6b15

Please sign in to comment.