Add the math for pane resizing
This commit is contained in:
parent
5385ca411b
commit
26b9be628e
5 changed files with 103 additions and 41 deletions
|
@ -184,11 +184,7 @@ impl SerializedPaneGroup {
|
|||
}
|
||||
|
||||
Some((
|
||||
Member::Axis(PaneAxis {
|
||||
axis: *axis,
|
||||
members,
|
||||
ratios: Default::default()
|
||||
}),
|
||||
Member::Axis(PaneAxis::new(*axis, members)),
|
||||
current_active_pane,
|
||||
items,
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue