Added the new elements and wired through the pointers to update the pane axis ratios

This commit is contained in:
Mikayla Maki 2023-07-12 17:53:01 -07:00
parent 488b41826b
commit 5385ca411b
No known key found for this signature in database
4 changed files with 375 additions and 109 deletions

View file

@ -187,6 +187,7 @@ impl SerializedPaneGroup {
Member::Axis(PaneAxis {
axis: *axis,
members,
ratios: Default::default()
}),
current_active_pane,
items,