-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Found the issue while testing in a MainAndStack
like layout that may have multiple main windows but only one window is provided.
Layout {
name: "MultiMain".to_string(),
columns: Columns {
main: Some(crate::layouts::Main {
count: 2,
..Default::default()
}),
..Default::default()
},
..Default::default()
}
Using this layout with a single window should return just one Rect
, not two.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working