diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-07-29 22:24:43 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-07-30 03:13:10 +0300 |
commit | afe5d29b964cd06b24eb43fd9edcfbcf3c9dbfd5 (patch) | |
tree | df35815a86d4a0df5d32c4a8feb5a90d63089622 /indra/newview/llfloatersettingsdebug.h | |
parent | 2c91aed07be5d598bffd2d320345bb33cbaa3e41 (diff) |
#4460 debug text cannot be scrolled
setText was being called repeatedly and was forcing scroll up.
Also fixed a typo in floater_test_slapp.xml
Diffstat (limited to 'indra/newview/llfloatersettingsdebug.h')
-rw-r--r-- | indra/newview/llfloatersettingsdebug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatersettingsdebug.h b/indra/newview/llfloatersettingsdebug.h index b813cf4a74..8781cd3b67 100644 --- a/indra/newview/llfloatersettingsdebug.h +++ b/indra/newview/llfloatersettingsdebug.h @@ -82,6 +82,7 @@ protected: LLColorSwatchCtrl* mColorSwatch = nullptr; std::string mSearchFilter; + std::string mOldText; }; #endif //LLFLOATERDEBUGSETTINGS_H |