diff --git a/es-core/src/HelpStyle.cpp b/es-core/src/HelpStyle.cpp index 9b2c62e..5c346df 100644 --- a/es-core/src/HelpStyle.cpp +++ b/es-core/src/HelpStyle.cpp @@ -34,5 +34,5 @@ void HelpStyle::applyTheme(const std::shared_ptr& theme, const std::s iconColor = elem->get("iconColor"); if(elem->has("fontPath")) - font = Font::getFromTheme(elem, ThemeFlags::ALL, font); + font = Font::getFromTheme(elem, ThemeFlags::ALL, fontPath); }