summaryrefslogtreecommitdiff
path: root/indra/llui/lltextbase.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-03-16 21:59:56 +0200
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-03-17 22:47:23 +0200
commita5a6cfb995e9baed20980a67dfb89cacc6fe053c (patch)
tree1e420851cc4f1b46892e669cc0a19a28f5486a3e /indra/llui/lltextbase.h
parent75a98ba9aa932d76227d50e739ae4beb722a3cc6 (diff)
viewer-private#540 Fix freeze when opening large profiles #1
Diffstat (limited to 'indra/llui/lltextbase.h')
-rw-r--r--indra/llui/lltextbase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lltextbase.h b/indra/llui/lltextbase.h
index 3ab5e905e3..21134fd7c9 100644
--- a/indra/llui/lltextbase.h
+++ b/indra/llui/lltextbase.h
@@ -761,6 +761,7 @@ protected:
bool mUseEmoji;
bool mUseColor;
bool mTrackEnd; // if true, keeps scroll position at end of document during resize
+ bool mTrackValueChange; // if true, send out onValueChange() from low level text modification methods
bool mReadOnly;
bool mBGVisible; // render background?
bool mClip; // clip text to widget rect