diff options
| author | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-03-16 21:59:56 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-03-17 22:47:23 +0200 |
| commit | a5a6cfb995e9baed20980a67dfb89cacc6fe053c (patch) | |
| tree | 1e420851cc4f1b46892e669cc0a19a28f5486a3e /indra/llui/lltextbase.h | |
| parent | 75a98ba9aa932d76227d50e739ae4beb722a3cc6 (diff) | |
viewer-private#540 Fix freeze when opening large profiles #1
Diffstat (limited to 'indra/llui/lltextbase.h')
| -rw-r--r-- | indra/llui/lltextbase.h | 1 |
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 |
