From a5a6cfb995e9baed20980a67dfb89cacc6fe053c Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> Date: Mon, 16 Mar 2026 21:59:56 +0200 Subject: viewer-private#540 Fix freeze when opening large profiles #1 --- indra/llui/lltextbase.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/llui/lltextbase.h') 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 -- cgit v1.3