diff options
author | coumcashier <122149176+coumcashier@users.noreply.github.com> | 2023-11-10 19:50:58 +0100 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2023-11-10 19:54:31 +0100 |
commit | 1533292f090972a1324827a91141ae8d67f3b0de (patch) | |
tree | 303a1ca0006a495ee6fa1eb2574a5110cf2e8f5c /platform/linuxbsd/export/export_plugin.cpp | |
parent | bdd9034ad05e1824ff5d9c750acd87caeafe6dca (diff) | |
download | redot-engine-1533292f090972a1324827a91141ae8d67f3b0de.tar.gz |
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.
Diffstat (limited to 'platform/linuxbsd/export/export_plugin.cpp')
0 files changed, 0 insertions, 0 deletions