aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 faeca273..1453415c 100644
--- a/src/layout/floating.rs
+++ b/src/layout/floating.rs
@@ -501,7 +501,7 @@ impl<W: LayoutElement> FloatingSpace<W> {
// Store the floating position.
tile.floating_pos = Some(data.pos);
- let width = ColumnWidth::Fixed(tile.window_expected_or_current_size().w);
+ let width = ColumnWidth::Fixed(tile.tile_expected_or_current_size().w);
RemovedTile {
tile,
width,