diff options
| author | Filip Vujičić <filip@vujicic.com> | 2025-04-14 20:58:20 +1200 |
|---|---|---|
| committer | Kenny Levinsen <kl@kl.wtf> | 2025-04-17 19:05:36 +0200 |
| commit | 7733bf9963d6a18df548164642e6637c2e71f1f1 (patch) | |
| tree | dab67c4eea89909254bd7cb2cf8519208422cf3a | |
| parent | 3f0b3f8f9b3b737fd0e6d36e2a2c469b07268ec2 (diff) | |
Remove duplicate arrange_container
| -rw-r--r-- | sway/desktop/transaction.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
