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 gaps = self.gaps();
|
||||||
let mut tree = self.queue.trees.back().unwrap().0.copy_clone();
|
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 {
|
if let Some(RestoreTilingState {
|
||||||
parent,
|
parent,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue