aboutsummaryrefslogtreecommitdiff
path: root/src/layout/scrolling.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/layout/scrolling.rs')
-rw-r--r--src/layout/scrolling.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/scrolling.rs b/src/layout/scrolling.rs
index ee4378a3..1fe8cc34 100644
--- a/src/layout/scrolling.rs
+++ b/src/layout/scrolling.rs
@@ -1071,7 +1071,7 @@ impl<W: LayoutElement> ScrollingSpace<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_width = self.data[col_idx].width;