From f24682d8510f778cba11b057d561915cd0fe3905 Mon Sep 17 00:00:00 2001 From: Mnikolenko Productengine Date: Fri, 23 Jul 2021 15:18:11 +0300 Subject: SL-15667 FIXED Complexity value is not updated in Advanced floater --- indra/newview/llfloaterpreference.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra/newview/llfloaterpreference.h') diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h index 23d3f73d70..b3ecb17fd8 100644 --- a/indra/newview/llfloaterpreference.h +++ b/indra/newview/llfloaterpreference.h @@ -201,6 +201,7 @@ private: void onDeleteTranscriptsResponse(const LLSD& notification, const LLSD& response); void updateDeleteTranscriptsButton(); void updateMaxComplexity(); + void updateComplexityText(); static bool loadFromFilename(const std::string& filename, std::map &label_map); static std::string sSkin; @@ -222,6 +223,8 @@ private: LLSearchEditor *mFilterEdit; std::unique_ptr< ll::prefs::SearchData > mSearchData; + boost::signals2::connection mComplexityChangedSignal; + void onUpdateFilterTerm( bool force = false ); void collectSearchableItems(); }; -- cgit v1.2.3