Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix tooltip colors specified by formspec part
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/irrlicht_changes/static_text.h
|
@@ -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_ |