From 10d0a89a47c55f9b1efa46447738e34e92e3b3ba Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sat, 5 Nov 2022 20:42:54 +0100 Subject: [PATCH] Disabled carousel item mipmapping for legacy themes. --- es-core/src/components/primary/CarouselComponent.h | 1 - 1 file changed, 1 deletion(-) diff --git a/es-core/src/components/primary/CarouselComponent.h b/es-core/src/components/primary/CarouselComponent.h index 2be7f9d0b..5051d31da 100644 --- a/es-core/src/components/primary/CarouselComponent.h +++ b/es-core/src/components/primary/CarouselComponent.h @@ -231,7 +231,6 @@ void CarouselComponent::addEntry(Entry& entry, const std::shared_ptr(false, dynamic); item->setLinearInterpolation(mLinearInterpolation); - item->setMipmapping(true); item->setMaxSize(glm::round(mItemSize * mItemScale)); item->applyTheme(theme, "system", "image_logo", ThemeFlags::PATH | ThemeFlags::COLOR);