From b57b4dd1027c39418f3a994c432841a1364e7b87 Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Sun, 3 Mar 2019 19:01:01 -0500 Subject: [PATCH] Get this from the tab container and look no further! --- indra/newview/llfloatermarketplacelistings.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/newview/llfloatermarketplacelistings.cpp b/indra/newview/llfloatermarketplacelistings.cpp index a111c84d6..2a10834c1 100644 --- a/indra/newview/llfloatermarketplacelistings.cpp +++ b/indra/newview/llfloatermarketplacelistings.cpp @@ -125,9 +125,9 @@ void LLPanelMarketplaceListings::buildAllPanels() LLInventoryPanel* LLPanelMarketplaceListings::buildInventoryPanel(const std::string& childname, const std::string& filename) { - //LLTabContainer* tabs_panel = getChild("marketplace_filter_tabs"); + LLTabContainer* tabs_panel = getChild("marketplace_filter_tabs"); // Singu Note: These should already be built!! - LLInventoryPanel* panel = getChild(childname); + LLInventoryPanel* panel = tabs_panel->getChild(childname, false, false); llassert(panel != NULL); // Set sort order and callbacks