Get this from the tab container and look no further!

This commit is contained in:
Lirusaito
2019-03-03 19:01:01 -05:00
parent 0b08c6bef1
commit b57b4dd102

View File

@@ -125,9 +125,9 @@ void LLPanelMarketplaceListings::buildAllPanels()
LLInventoryPanel* LLPanelMarketplaceListings::buildInventoryPanel(const std::string& childname, const std::string& filename)
{
//LLTabContainer* tabs_panel = getChild<LLTabContainer>("marketplace_filter_tabs");
LLTabContainer* tabs_panel = getChild<LLTabContainer>("marketplace_filter_tabs");
// Singu Note: These should already be built!!
LLInventoryPanel* panel = getChild<LLInventoryPanel>(childname);
LLInventoryPanel* panel = tabs_panel->getChild<LLInventoryPanel>(childname, false, false);
llassert(panel != NULL);
// Set sort order and callbacks