aboutsummaryrefslogtreecommitdiff
path: root/src/layout/floating.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/layout/floating.rs')
-rw-r--r--src/layout/floating.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/floating.rs b/src/layout/floating.rs
index 2d7d0457..ee9c7013 100644
--- a/src/layout/floating.rs
+++ b/src/layout/floating.rs
@@ -752,7 +752,7 @@ impl<W: LayoutElement> FloatingSpace<W> {
// Do this before calling update_window() so it can get up-to-date info.
if let Some(serial) = serial {
- tile.window_mut().update_interactive_resize(serial);
+ tile.window_mut().on_commit(serial);
}
let prev_size = data.size;