mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2025-01-03 23:03:34 +01:00
Add missing checks to fix 2339
This commit is contained in:
parent
5a77bc3215
commit
44e218574f
1 changed files with 1 additions and 0 deletions
|
@ -628,6 +628,7 @@ void seat_set_focus_warp(struct sway_seat *seat,
|
|||
|
||||
if (last_workspace && last_workspace == new_workspace
|
||||
&& last_workspace->sway_workspace->fullscreen
|
||||
&& container && container->type == C_VIEW
|
||||
&& !container->sway_view->is_fullscreen) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue