mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Reverted the last commit as the issue does not seem to be in the code.
This commit is contained in:
parent
433c77261f
commit
c642848081
|
@ -231,7 +231,7 @@ void FlexboxComponent::computeLayout()
|
||||||
}
|
}
|
||||||
|
|
||||||
// This rasterizes the SVG images so they look nice and smooth.
|
// 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++;
|
itemsOnLastRow++;
|
||||||
pos++;
|
pos++;
|
||||||
|
|
Loading…
Reference in a new issue