layout: Rename update_interactive_resize() to on_commit()

This commit is contained in:
Ivan Molodetskikh
2024-12-18 10:38:02 +03:00
parent 421cd89a0f
commit 38350935e6
5 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -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;