Skip to content

Commit 505d9c4

Browse files
committed
tiling: fix missing output_enter/set_bounds on remap
1 parent ef5a1a3 commit 505d9c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/shell/layout/tiling/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,8 @@ impl TilingLayout {
438438
) {
439439
let gaps = self.gaps();
440440
let mut tree = self.queue.trees.back().unwrap().0.copy_clone();
441+
window.output_enter(&self.output, window.bbox());
442+
window.set_bounds(self.output.geometry().size.as_logical());
441443

442444
if let Some(RestoreTilingState {
443445
parent,

0 commit comments

Comments
 (0)