diff --git a/common/themes/themable.h b/common/themes/themable.h index 45516270..43694f77 100644 --- a/common/themes/themable.h +++ b/common/themes/themable.h @@ -16,7 +16,8 @@ protected: applyTheme(theme); }); - applyTheme(ThemeManager::instance().getCurrentTheme()); + theme = ThemeManager::instance().getCurrentTheme(); + applyTheme(theme); } virtual void applyTheme(const Theme &theme) = 0;