Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix tooltip colors specified by formspec part
  • Loading branch information
rubenwardy committed Aug 4, 2018
1 parent c5a137c commit 1836882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/irrlicht_changes/static_text.h
Expand Up @@ -274,7 +274,7 @@ inline void setStaticText(irr::gui::IGUIStaticText *static_text, const EnrichedS

inline void setStaticText(irr::gui::IGUIStaticText *static_text, const wchar_t *text)
{
setStaticText(static_text, EnrichedString(text));
setStaticText(static_text, EnrichedString(text, static_text->getOverrideColor()));
}

#endif // _IRR_COMPILE_WITH_GUI_

0 comments on commit 1836882

Please sign in to comment.