From c162d8a060e9b48a7945eb0b1bdafbff959b7faf Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Mon, 9 Dec 2024 20:18:37 +0200 Subject: #3222 Emoji tabs losing symbols --- indra/llui/lluistring.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'indra/llui/lluistring.cpp') diff --git a/indra/llui/lluistring.cpp b/indra/llui/lluistring.cpp index bfadeb8428..ab6de16639 100644 --- a/indra/llui/lluistring.cpp +++ b/indra/llui/lluistring.cpp @@ -47,6 +47,12 @@ void LLUIString::assign(const std::string& s) dirty(); } +void LLUIString::assign(const LLWString& instring) +{ + mOrig = wstring_to_utf8str(instring); + dirty(); +} + void LLUIString::setArgList(const LLStringUtil::format_map_t& args) { -- cgit v1.2.3