This commit is contained in:
Insality 2025-03-30 16:16:31 +03:00
parent 2f70905c59
commit f6acbe291f

View File

@ -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