workspace: Re-maximize windows when changing tile mode

This commit is contained in:
Victoria Brekenfeld 2024-03-07 12:22:39 +01:00
parent d65016b4d4
commit 153ed8d0a5
3 changed files with 51 additions and 18 deletions

View file

@ -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);
}
}