mirror of
https://github.com/swaywm/sway.git
synced 2024-11-13 14:04:11 +01:00
Merge pull request #2600 from RyanDwyer/fix-workspace-switching
Fix workspace switching
This commit is contained in:
commit
d86afdc6ed
@ -605,7 +605,7 @@ void seat_set_focus_warp(struct sway_seat *seat, struct sway_node *node,
|
||||
last_workspace->output : NULL;
|
||||
struct sway_output *new_output = new_workspace->output;
|
||||
|
||||
if (last_workspace != new_workspace && last_output == new_output) {
|
||||
if (last_workspace != new_workspace && new_output) {
|
||||
node_set_dirty(&new_output->node);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user