mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 16:01:27 +00: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 a new issue