mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 21:14:10 +01:00
Merge pull request #2536 from RyanDwyer/fix-nested-tabs
Fix rendering of nested tabs
This commit is contained in:
commit
5f6dcffe47
@ -126,7 +126,7 @@ static void copy_pending_state(struct sway_container *container,
|
||||
// Set focused_inactive_child to the direct tiling child
|
||||
struct sway_container *focus =
|
||||
seat_get_focus_inactive_tiling(seat, container);
|
||||
if (focus && focus->type == C_CONTAINER) {
|
||||
if (focus && focus->type > C_WORKSPACE) {
|
||||
while (focus->parent->type != C_WORKSPACE) {
|
||||
focus = focus->parent;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user