aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sway/tree/layout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/tree/layout.c b/sway/tree/layout.c
index c2a338f9..9594b75a 100644
--- a/sway/tree/layout.c
+++ b/sway/tree/layout.c
@@ -331,6 +331,7 @@ static void move_out_of_tabs_stacks(struct sway_container *container,
} else {
arrange_children_of(new_parent);
}
+ container_notify_subtree_changed(new_parent);
}
void container_move(struct sway_container *container,