aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/layout.c')
-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,
331 } else { 331 } else {
332 arrange_children_of(new_parent); 332 arrange_children_of(new_parent);
333 } 333 }
334 container_notify_subtree_changed(new_parent);
334} 335}
335 336
336void container_move(struct sway_container *container, 337void container_move(struct sway_container *container,