Merge pull request #2202 from RyanDwyer/fix-focus-damage

Fix focus related damage
master
emersion 6 years ago committed by GitHub
commit 4afa18a0c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save