diff options
author | Rye Mutt <rye@alchemyviewer.org> | 2024-08-20 02:21:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-20 09:21:57 +0300 |
commit | f92c2040b94da7eb4fb2ba3ae9f7f7233e2463b1 (patch) | |
tree | 3d121c23b474b6efb4cbdbfad8b910bdcdb85877 /indra/newview/llsidepanelinventory.cpp | |
parent | 342eee503865af8ee193a1d04f0bc80712c5d80c (diff) |
Follow up for 4fa41c5 breaking inbox search/hiding (#2356)
Diffstat (limited to 'indra/newview/llsidepanelinventory.cpp')
-rw-r--r-- | indra/newview/llsidepanelinventory.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llsidepanelinventory.cpp b/indra/newview/llsidepanelinventory.cpp index 9b7289df67..5693f2808c 100644 --- a/indra/newview/llsidepanelinventory.cpp +++ b/indra/newview/llsidepanelinventory.cpp @@ -161,6 +161,8 @@ bool LLSidepanelInventory::postBuild() mPanelMainInventory = mInventoryPanel->getChild<LLPanelMainInventory>("panel_main_inventory"); mPanelMainInventory->setSelectCallback(boost::bind(&LLSidepanelInventory::onSelectionChange, this, _1, _2)); + mPanelMainInventory->setParentSidepanel(this); + mPanelMainInventory->setInboxPanel(getChild<LLPanelMarketplaceInbox>("marketplace_inbox")); //LLTabContainer* tabs = mPanelMainInventory->getChild<LLTabContainer>("inventory filter tabs"); //tabs->setCommitCallback(boost::bind(&LLSidepanelInventory::updateVerbs, this)); |