summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-01-19 23:51:37 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-01-20 01:16:16 +0200
commit884501a41903d782934328ba2fbad8ce87f6c003 (patch)
treecc54e3a21b00b7ff5d8ff4d8f007e638429f9383
parent5fcb811aa2b455cebf18830cf0cdef14025dacdb (diff)
SL-16672 Fix object's inventory not sorting content
-rw-r--r--indra/newview/llpanelobjectinventory.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelobjectinventory.cpp b/indra/newview/llpanelobjectinventory.cpp
index ecadc9443b..0d987df6ca 100644
--- a/indra/newview/llpanelobjectinventory.cpp
+++ b/indra/newview/llpanelobjectinventory.cpp
@@ -1589,6 +1589,7 @@ void LLPanelObjectInventory::createViewsForCategory(LLInventoryObject::object_li
child_categories[i]->second );
delete child_categories[i];
}
+ folder->setChildrenInited(true);
}
void LLPanelObjectInventory::refresh()