mirror of
https://github.com/Insality/druid.git
synced 2025-06-27 18:37:44 +02:00
Merge branch 'develop' into update_docs
This commit is contained in:
commit
2f70905c59
@ -305,7 +305,7 @@ function M:refresh_layout()
|
|||||||
local new_row_width = width * (0.5 - layout_pivot_offset.x)
|
local new_row_width = width * (0.5 - layout_pivot_offset.x)
|
||||||
|
|
||||||
-- Compare with eps due the float loss and element flickering
|
-- Compare with eps due the float loss and element flickering
|
||||||
if current_x + node_width - new_row_width > 0.00001 then
|
if current_x + node_width - new_row_width > 0.00001 the
|
||||||
current_y = current_y - row.height - margin.y
|
current_y = current_y - row.height - margin.y
|
||||||
|
|
||||||
if row_index < #rows then
|
if row_index < #rows then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user