From 1834cc1a8be0b4519d774ca52202677ccaf40933 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Wed, 31 May 2023 00:17:36 +0300 Subject: SL-19795 Creating folders in combination mode does not scroll to new folder --- indra/newview/llinventorypanel.cpp | 9 +++++++++ indra/newview/llinventorypanel.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp index bd15e55b9a..9827fa8c5c 100644 --- a/indra/newview/llinventorypanel.cpp +++ b/indra/newview/llinventorypanel.cpp @@ -2132,6 +2132,15 @@ void LLInventorySingleFolderPanel::setSelectCallback(const boost::functionsetScrollContainer(mExternalScroller); + } +} + void LLInventorySingleFolderPanel::initFromParams(const Params& p) { mFolderID = gInventory.getRootFolderID(); diff --git a/indra/newview/llinventorypanel.h b/indra/newview/llinventorypanel.h index 2754d79fbe..8d3edebcb4 100644 --- a/indra/newview/llinventorypanel.h +++ b/indra/newview/llinventorypanel.h @@ -422,7 +422,7 @@ public: std::list getNavForwardList() { return mForwardFolders; } void setSelectCallback(const boost::function& items, BOOL user_action)>& cb); - void setScroller(LLScrollContainer* scroller) { mExternalScroller = scroller; } + void setScroller(LLScrollContainer* scroller); typedef boost::function root_changed_callback_t; boost::signals2::connection setRootChangedCallback(root_changed_callback_t cb); -- cgit v1.2.3