We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a48fd commit 77084baCopy full SHA for 77084ba
src/shell/layout/floating/mod.rs
@@ -646,6 +646,9 @@ impl FloatingLayout {
646
mapped_geometry.size = last_size;
647
}
648
} else if !window.is_maximized(true) {
649
+ if let Some(pending_size) = window.pending_size() {
650
+ mapped_geometry.size = pending_size.as_local();
651
+ }
652
*window.last_geometry.lock().unwrap() = Some(mapped_geometry);
653
654
0 commit comments