diff --git a/es-core/src/components/TextListComponent.h b/es-core/src/components/TextListComponent.h index c551ec9b8..4d054aac0 100644 --- a/es-core/src/components/TextListComponent.h +++ b/es-core/src/components/TextListComponent.h @@ -80,9 +80,9 @@ public: it->data.textCache.reset(); } - void setUppercase(bool /*uppercase*/) + void setUppercase(bool uppercase) { - mUppercase = true; + mUppercase = uppercase; for (auto it = mEntries.begin(); it != mEntries.end(); it++) it->data.textCache.reset(); }