Innitial commit. Pulled minor changes out of bulk of changes comming for multi-wearables.
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
#include "llvoavatarself.h"
|
||||
#include "llscrollcontainer.h"
|
||||
#include "llviewerassettype.h"
|
||||
#include "llpanelmaininventory.h"
|
||||
|
||||
#include "llsdserialize.h"
|
||||
|
||||
@@ -292,6 +293,13 @@ U32 LLInventoryPanel::getSortOrder() const
|
||||
return mFolderRoot->getSortOrder();
|
||||
}
|
||||
|
||||
// static
|
||||
LLInventoryPanel* LLInventoryPanel::getActiveInventoryPanel()
|
||||
{
|
||||
LLInventoryView *view = LLInventoryView::getActiveInventory();
|
||||
return view ? view->getPanel() : NULL;
|
||||
}
|
||||
|
||||
void LLInventoryPanel::setSinceLogoff(BOOL sl)
|
||||
{
|
||||
getFilter()->setDateRangeLastLogoff(sl);
|
||||
|
||||
Reference in New Issue
Block a user