fix formatting
Signed-off-by: coolguy1842 <kian.goslett@protonmail.com>
This commit is contained in:
parent
448ded2387
commit
71b2c4b1fd
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user