summaryrefslogtreecommitdiff
path: root/indra/llui/lltexteditor.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-09-06 20:13:17 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-09-07 00:32:18 +0300
commit4a00280b892ea82d2c0732ab52778a2c19bdc810 (patch)
tree64ab387297dedb8b040fcc851e4876b60abe5cca /indra/llui/lltexteditor.h
parent6af471482d6801530915c1c9ae4bdf788af52eae (diff)
viewer#2411 Use font buffer for inventory
Diffstat (limited to 'indra/llui/lltexteditor.h')
-rw-r--r--indra/llui/lltexteditor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/lltexteditor.h b/indra/llui/lltexteditor.h
index 0b5acf19a1..e9e7070414 100644
--- a/indra/llui/lltexteditor.h
+++ b/indra/llui/lltexteditor.h
@@ -271,6 +271,8 @@ protected:
virtual bool getPreeditLocation(S32 query_offset, LLCoordGL *coord, LLRect *bounds, LLRect *control) const;
virtual S32 getPreeditFontSize() const;
virtual LLWString getPreeditString() const { return getWText(); }
+
+ virtual bool useFontBuffers() const { return getReadOnly(); }
//
// Protected data
//