container_create_notify on split

This commit is contained in:
Tony Crisci 2018-04-07 18:01:18 -04:00
parent 0ff22c1755
commit 9db859585e
2 changed files with 2 additions and 0 deletions

View file

@ -251,6 +251,7 @@ static void workspace_rejigger(struct sway_container *ws,
container_flatten(ws);
container_reap_empty_recursive(original_parent);
wl_signal_emit(&child->events.reparent, original_parent);
container_create_notify(new_parent);
arrange_windows(ws, -1, -1);
}