Reverted the last commit as the issue does not seem to be in the code.

This commit is contained in:
Leon Styhre 2021-11-07 22:49:23 +01:00
parent 433c77261f
commit c642848081

View file

@ -231,7 +231,7 @@ void FlexboxComponent::computeLayout()
}
// This rasterizes the SVG images so they look nice and smooth.
item.baseImage.setResize(glm::ceil(item.baseImage.getSize()));
item.baseImage.setResize(item.baseImage.getSize());
itemsOnLastRow++;
pos++;