aboutsummaryrefslogtreecommitdiffstats
path: root/sway/layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/layout.c')
-rw-r--r--sway/layout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/layout.c b/sway/layout.c
index 4f2ea09a..b37b82da 100644
--- a/sway/layout.c
+++ b/sway/layout.c
@@ -302,6 +302,7 @@ void move_container(swayc_t *container, enum movement_direction dir) {
302 } 302 }
303 // Change parent layout if we need to 303 // Change parent layout if we need to
304 if (parent->children->length == 1 && parent->layout != layout) { 304 if (parent->children->length == 1 && parent->layout != layout) {
305 /* swayc_change_layout(parent, layout); */
305 parent->layout = layout; 306 parent->layout = layout;
306 continue; 307 continue;
307 } 308 }