From 8cf370d1c0d24275377b73c82f494fbe5648f783 Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Mon, 14 Apr 2025 20:58:20 +1200 Subject: Remove duplicate arrange_container --- sway/desktop/transaction.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sway/desktop/transaction.c b/sway/desktop/transaction.c index 01fe3128..0b3cbfb4 100644 --- a/sway/desktop/transaction.c +++ b/sway/desktop/transaction.c @@ -375,7 +375,6 @@ static void arrange_children(enum sway_container_layout layout, list_t *children wlr_scene_node_set_enabled(&child->border.tree->node, true); wlr_scene_node_set_position(&child->scene_tree->node, off, 0); wlr_scene_node_reparent(&child->scene_tree->node, content); - arrange_container(child, cwidth, height, true, gaps); if (cwidth > 0 && height > 0) { arrange_container(child, cwidth, height, true, gaps); off += cwidth + gaps; -- cgit v1.2.3