workspace: Re-maximize windows when changing tile mode
This commit is contained in:
parent
d65016b4d4
commit
153ed8d0a5
3 changed files with 51 additions and 18 deletions
|
|
@ -2779,7 +2779,7 @@ impl Shell {
|
|||
original_layer,
|
||||
});
|
||||
std::mem::drop(state);
|
||||
floating_layer.map_maximized(mapped.clone(), original_geometry);
|
||||
floating_layer.map_maximized(mapped.clone(), original_geometry, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue