diff options
author | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-09-07 20:20:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-07 20:20:18 +0300 |
commit | 2e886b7cfef14d087c2167e3384e9e19dcb3ff63 (patch) | |
tree | 69c67eec8a621b04cf15f04b86b16b33baebe079 /indra/llui/lltexteditor.h | |
parent | 9ce23ccc5ea75442fd44173befdadaf6cc9d2ec2 (diff) | |
parent | 4a00280b892ea82d2c0732ab52778a2c19bdc810 (diff) |
Merge pull request #2521 from secondlife/andreyk/viewer_2411
viewer#2411 Use font buffer for inventory
Diffstat (limited to 'indra/llui/lltexteditor.h')
-rw-r--r-- | indra/llui/lltexteditor.h | 2 |
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 // |