mirror of
https://github.com/swaywm/sway.git
synced 2024-11-13 05:54:11 +01:00
tiling_resize: abandon resize if a sibling con dies
This commit is contained in:
parent
cc8d318aa1
commit
9e272a7986
@ -107,6 +107,9 @@ static void handle_unref(struct sway_seat *seat, struct sway_container *con) {
|
||||
if (e->con == con) {
|
||||
seatop_begin_default(seat);
|
||||
}
|
||||
if (e->h_sib == con || e->v_sib == con) {
|
||||
seatop_begin_default(seat);
|
||||
}
|
||||
}
|
||||
|
||||
static const struct sway_seatop_impl seatop_impl = {
|
||||
|
Loading…
Reference in New Issue
Block a user