I must've been out of it, we can sort, it's just different!
This commit is contained in:
@@ -131,8 +131,7 @@ LLInventoryPanel* LLPanelMarketplaceListings::buildInventoryPanel(const std::str
|
|||||||
llassert(panel != NULL);
|
llassert(panel != NULL);
|
||||||
|
|
||||||
// Set sort order and callbacks
|
// Set sort order and callbacks
|
||||||
panel = getChild<LLInventoryPanel>(childname);
|
panel->getRootFolder()->setSortOrder(LLInventoryFilter::SO_FOLDERS_BY_NAME);
|
||||||
//panel->getFolderViewModel()->setSorter(LLInventoryFilter::SO_FOLDERS_BY_NAME); // Singu TODO: Do this at some point, not really important.
|
|
||||||
panel->setSelectCallback(boost::bind(&LLPanelMarketplaceListings::onSelectionChange, this, panel, _1, _2));
|
panel->setSelectCallback(boost::bind(&LLPanelMarketplaceListings::onSelectionChange, this, panel, _1, _2));
|
||||||
|
|
||||||
return panel;
|
return panel;
|
||||||
|
|||||||
Reference in New Issue
Block a user