fix formatting

Signed-off-by: coolguy1842 <kian.goslett@protonmail.com>
This commit is contained in:
coolguy1842 2024-06-06 16:32:41 +10:00
parent 448ded2387
commit 71b2c4b1fd

View File

@ -66,7 +66,7 @@ void VisualGroup::update()
rows[currentRow].height = maxRowHeight; rows[currentRow].height = maxRowHeight;
rows[currentRow].top = offsetFromTop; rows[currentRow].top = offsetFromTop;
currentRow++; currentRow++;
if(currentRow >= rows.size()) { if (currentRow >= rows.size()) {
currentRow = rows.size() - 1; currentRow = rows.size() - 1;
} }
offsetFromTop += maxRowHeight + 5; offsetFromTop += maxRowHeight + 5;