diff --git a/es-core/src/components/FlexboxComponent.cpp b/es-core/src/components/FlexboxComponent.cpp index 4d2998c1d..3b9fe9a0d 100644 --- a/es-core/src/components/FlexboxComponent.cpp +++ b/es-core/src/components/FlexboxComponent.cpp @@ -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++;