diff options
author | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2024-01-11 20:29:06 +0100 |
---|---|---|
committer | Guru <alexandrgproductengine@lindenlab.com> | 2024-01-11 20:55:19 +0100 |
commit | 03870e0cf3733d244269f8c9ce7c982309d4f9fd (patch) | |
tree | a89d9a78ac9a8eddf470107119d87714b9ec35da /indra/llui | |
parent | 6173bd6236dc452b05b6e32258b59c6db05a022d (diff) |
SL-20756 The emoji in the profile floater is displayed schematically
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/lltextbase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lltextbase.cpp b/indra/llui/lltextbase.cpp index 1b83ee401c..8f628b4818 100644 --- a/indra/llui/lltextbase.cpp +++ b/indra/llui/lltextbase.cpp @@ -168,7 +168,7 @@ LLTextBase::Params::Params() trusted_content("trusted_content", true), always_show_icons("always_show_icons", false), use_ellipses("use_ellipses", false), - use_color("use_color", false), + use_color("use_color", true), parse_urls("parse_urls", false), force_urls_external("force_urls_external", false), parse_highlights("parse_highlights", false) |