Get this from the tab container and look no further!
This commit is contained in:
@@ -125,9 +125,9 @@ void LLPanelMarketplaceListings::buildAllPanels()
|
|||||||
|
|
||||||
LLInventoryPanel* LLPanelMarketplaceListings::buildInventoryPanel(const std::string& childname, const std::string& filename)
|
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!!
|
// Singu Note: These should already be built!!
|
||||||
LLInventoryPanel* panel = getChild<LLInventoryPanel>(childname);
|
LLInventoryPanel* panel = tabs_panel->getChild<LLInventoryPanel>(childname, false, false);
|
||||||
llassert(panel != NULL);
|
llassert(panel != NULL);
|
||||||
|
|
||||||
// Set sort order and callbacks
|
// Set sort order and callbacks
|
||||||
|
|||||||
Reference in New Issue
Block a user