From 7e2818c854acc0bc2c98eb3cc9bcc6d2ebd00a05 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Fri, 28 Oct 2022 21:00:49 +0200 Subject: [PATCH] Fixed an issue where the wrong system name would show up on the carousel if the theme configuration was invalid. --- es-core/src/components/primary/CarouselComponent.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/es-core/src/components/primary/CarouselComponent.h b/es-core/src/components/primary/CarouselComponent.h index 7702221a8..534e50dee 100644 --- a/es-core/src/components/primary/CarouselComponent.h +++ b/es-core/src/components/primary/CarouselComponent.h @@ -317,6 +317,8 @@ void CarouselComponent::addEntry(Entry& entry, const std::shared_ptrsetPosition(glm::vec3 {denormalized.x, denormalized.y, 0.0f}); List::add(entry); + + mText = ""; } template