From f6acbe291f2f0086943ca678899896c058f4272d Mon Sep 17 00:00:00 2001 From: Insality Date: Sun, 30 Mar 2025 16:16:31 +0300 Subject: [PATCH] Fix --- druid/extended/layout.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/druid/extended/layout.lua b/druid/extended/layout.lua index 8d85592..e5e5085 100644 --- a/druid/extended/layout.lua +++ b/druid/extended/layout.lua @@ -305,7 +305,7 @@ function M:refresh_layout() local new_row_width = width * (0.5 - layout_pivot_offset.x) -- Compare with eps due the float loss and element flickering - if current_x + node_width - new_row_width > 0.00001 the + if current_x + node_width - new_row_width > 0.00001 then current_y = current_y - row.height - margin.y if row_index < #rows then