We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Found the issue while testing in a MainAndStack like layout that may have multiple main windows but only one window is provided.
MainAndStack
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.
Rect
The text was updated successfully, but these errors were encountered:
b858e16
hertg
No branches or pull requests
Found the issue while testing in a
MainAndStack
like layout that may have multiple main windows but only one window is provided.Using this layout with a single window should return just one
Rect
, not two.The text was updated successfully, but these errors were encountered: