diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-05-25 08:41:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-25 08:41:01 -0400 |
commit | a268a0c2ae9dcad918eae44bd325dc21977ac3fc (patch) | |
tree | 40eca41d98740ba8aa0065c50712c33b32a44595 /sway/commands/layout.c | |
parent | 95cc84bd950f7c057a15f65d477462b5cc9527d2 (diff) | |
parent | db38b9bbf3cce4083c538209a7ce5ef1a1cf5f3f (diff) |
Merge pull request #2034 from RyanDwyer/cleanup-container-titles
Clean up container title functions
Diffstat (limited to 'sway/commands/layout.c')
-rw-r--r-- | sway/commands/layout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands/layout.c b/sway/commands/layout.c index 58728f16..6b44b001 100644 --- a/sway/commands/layout.c +++ b/sway/commands/layout.c @@ -52,6 +52,7 @@ struct cmd_results *cmd_layout(int argc, char **argv) { } } + container_notify_subtree_changed(parent); arrange_children_of(parent); return cmd_results_new(CMD_SUCCESS, NULL, NULL); |