Skip to content

Commit

Permalink
Update HelpStyle.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseFC3000 authored Jul 15, 2024
1 parent f582918 commit 7450309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion es-core/src/HelpStyle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ void HelpStyle::applyTheme(const std::shared_ptr<ThemeData>& theme, const std::s
iconColor = elem->get<unsigned int>("iconColor");

if(elem->has("fontPath"))
font = Font::getFromTheme(elem, ThemeFlags::ALL, font);
font = Font::getFromTheme(elem, ThemeFlags::ALL, fontPath);
}

0 comments on commit 7450309

Please sign in to comment.