1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-07 19:53:17 +00:00
Files
godot/scene/gui
coumcashier 1533292f09 Fix storing invalid item height values in ItemList
The height of the last N items is incorrectly overwritten with
the max height of first row (N = number of columns). This happen
in the first iteration of the while loop. Moving this code inside
if (all_fit) makes sure the last rows height is only updated at
the end when max height (max_h) is calculated for the last row.
2023-11-10 19:54:31 +01:00
..
2023-09-15 13:18:02 -04:00
2023-09-11 13:45:23 +02:00
2023-09-11 13:45:23 +02:00
2023-09-11 13:45:23 +02:00
2023-10-22 13:58:31 -04:00
2023-10-26 18:32:22 -04:00
2023-10-26 18:32:22 -04:00
2023-10-25 22:51:17 +08:00
2023-09-11 13:45:23 +02:00