From 3b90b556668376256294c71915327999a688a65e Mon Sep 17 00:00:00 2001 From: Brian Ashworth Date: Tue, 29 May 2018 11:27:04 -0400 Subject: Notify of subtree change --- sway/tree/layout.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/tree/layout.c') 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, -- cgit v1.2.3-54-g00ecf