tiling: fix missing output_enter/set_bounds on remap
This commit is contained in:
parent
ef5a1a3284
commit
505d9c4039
1 changed files with 2 additions and 0 deletions
|
|
@ -438,6 +438,8 @@ impl TilingLayout {
|
|||
) {
|
||||
let gaps = self.gaps();
|
||||
let mut tree = self.queue.trees.back().unwrap().0.copy_clone();
|
||||
window.output_enter(&self.output, window.bbox());
|
||||
window.set_bounds(self.output.geometry().size.as_logical());
|
||||
|
||||
if let Some(RestoreTilingState {
|
||||
parent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue