From 20eac2d8f65c49b2e387c1408a62c24234182647 Mon Sep 17 00:00:00 2001 From: Maxim Nikolenko Date: Mon, 10 Nov 2025 15:02:34 +0200 Subject: #4932 fix @mention being displayed twice if the name has a TM symbol --- indra/llui/lltextbase.h | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/llui/lltextbase.h b/indra/llui/lltextbase.h index 50767a35b3..b248882aac 100644 --- a/indra/llui/lltextbase.h +++ b/indra/llui/lltextbase.h @@ -142,6 +142,7 @@ public: /*virtual*/ void updateLayout(const class LLTextBase& editor); /*virtual*/ F32 draw(S32 start, S32 end, S32 selection_start, S32 selection_end, const LLRectf& draw_rect); /*virtual*/ bool canEdit() const { return mCanEdit; } + /*virtual*/ bool getPermitsEmoji() const { return false; } /*virtual*/ const LLUIColor& getColor() const { return mStyle->getColor(); } /*virtual*/ LLStyleConstSP getStyle() const { return mStyle; } /*virtual*/ void setStyle(LLStyleConstSP style) { mStyle = style; } -- cgit v1.3