shell: Clear fullscreen on new window
This commit is contained in:
parent
386501f980
commit
45bd385d9c
2 changed files with 24 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue