stacking: Correctly restore decoration state
This commit is contained in:
parent
5cdf614692
commit
5884e287a5
4 changed files with 47 additions and 14 deletions
|
|
@ -1217,6 +1217,8 @@ impl TilingLayout {
|
|||
|
||||
// map the rest
|
||||
for other in surfaces {
|
||||
other.try_force_undecorated(false);
|
||||
other.set_tiled(false);
|
||||
let window =
|
||||
CosmicMapped::from(CosmicWindow::new(other, handle.clone()));
|
||||
window.output_enter(&output, window.bbox());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue