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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/tree/layout.c b/sway/tree/layout.c
index 6ee8b33b..b175f567 100644
--- a/sway/tree/layout.c
+++ b/sway/tree/layout.c
@@ -315,7 +315,7 @@ static void move_out_of_tabs_stacks(struct sway_container *container,
315 if (container->parent == current->parent 315 if (container->parent == current->parent
316 && current->parent->children->length == 1) { 316 && current->parent->children->length == 1) {
317 wlr_log(L_DEBUG, "Changing layout of %zd", current->parent->id); 317 wlr_log(L_DEBUG, "Changing layout of %zd", current->parent->id);
318 current->parent->layout = move_dir = 318 current->parent->layout = move_dir ==
319 MOVE_LEFT || move_dir == MOVE_RIGHT ? L_HORIZ : L_VERT; 319 MOVE_LEFT || move_dir == MOVE_RIGHT ? L_HORIZ : L_VERT;
320 if (current->parent->type == C_WORKSPACE) { 320 if (current->parent->type == C_WORKSPACE) {
321 arrange_workspace(current->parent); 321 arrange_workspace(current->parent);