shell: Clear fullscreen on new window

This commit is contained in:
Victoria Brekenfeld 2023-02-13 20:28:07 +01:00
parent 386501f980
commit 45bd385d9c
2 changed files with 24 additions and 10 deletions

View file

@ -1051,6 +1051,7 @@ impl Shell {
let (window, seat) = state.common.shell.pending_windows.remove(pos);
let workspace = state.common.shell.workspaces.active_mut(output);
workspace.set_fullscreen(None, output);
state.common.shell.toplevel_info_state.new_toplevel(&window);
state
.common