forked from Github/PrismLauncher
Merge pull request #2489 from Trial97/backport-2474-to-release-8.x
Backport 2474 to release 8.x
This commit is contained in:
commit
bdf3497028
1 changed files with 3 additions and 0 deletions
|
|
@ -66,6 +66,9 @@ void VisualGroup::update()
|
|||
rows[currentRow].height = maxRowHeight;
|
||||
rows[currentRow].top = offsetFromTop;
|
||||
currentRow++;
|
||||
if (currentRow >= rows.size()) {
|
||||
currentRow = rows.size() - 1;
|
||||
}
|
||||
offsetFromTop += maxRowHeight + 5;
|
||||
positionInRow = 0;
|
||||
maxRowHeight = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue