1
1
mirror of https://github.com/swaywm/sway synced 2024-09-30 04:51:18 +02:00

Fix tab split focus bug

Fixes a bug where if you have a tab containing a split, then switch from
a non-split tab to the split tab, focus is not changed properly.
This commit is contained in:
Ryan Dwyer 2018-07-16 18:09:35 +10:00
parent b314a8f2cc
commit 9ca5cb7faf

@ -649,6 +649,7 @@ void seat_set_focus_warp(struct sway_seat *seat,
while (parent) {
wl_list_remove(&parent->link);
wl_list_insert(&seat->focus_stack, &parent->link);
container_set_dirty(parent->container);
parent =
seat_container_from_container(seat,