From afe5d29b964cd06b24eb43fd9edcfbcf3c9dbfd5 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Tue, 29 Jul 2025 22:24:43 +0300 Subject: #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 --- indra/newview/llfloatersettingsdebug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llfloatersettingsdebug.h') 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 -- cgit v1.2.3