Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash when moving a container to a fullscreen workspace
Setting normal focus to the fullscreen view causes the old workspace to start destroying. We then set focus to the old workspace which is no longer attached in the tree. As we are only setting focus_inactive on the fullscreen container, the fix uses seat_set_raw_focus to avoid all the additional behaviour that comes with it such as destroying the old workspace.
- Loading branch information