mirror of
https://github.com/swaywm/sway
synced 2024-11-18 00:24:17 +01:00
Merge pull request #2202 from RyanDwyer/fix-focus-damage
Fix focus related damage
This commit is contained in:
commit
4afa18a0c0
@ -663,7 +663,7 @@ void seat_set_focus_warp(struct sway_seat *seat,
|
||||
}
|
||||
|
||||
seat_send_focus(container, seat);
|
||||
container_damage_whole(container);
|
||||
container_damage_whole(container->parent);
|
||||
}
|
||||
|
||||
// clean up unfocused empty workspace on new output
|
||||
|
Loading…
Reference in New Issue
Block a user