I must've been out of it, we can sort, it's just different!

This commit is contained in:
Lirusaito
2019-03-03 19:01:18 -05:00
parent b57b4dd102
commit 74cd0ddd8b

View File

@@ -131,8 +131,7 @@ LLInventoryPanel* LLPanelMarketplaceListings::buildInventoryPanel(const std::str
llassert(panel != NULL);
// Set sort order and callbacks
panel = getChild<LLInventoryPanel>(childname);
//panel->getFolderViewModel()->setSorter(LLInventoryFilter::SO_FOLDERS_BY_NAME); // Singu TODO: Do this at some point, not really important.
panel->getRootFolder()->setSortOrder(LLInventoryFilter::SO_FOLDERS_BY_NAME);
panel->setSelectCallback(boost::bind(&LLPanelMarketplaceListings::onSelectionChange, this, panel, _1, _2));
return panel;