diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-10-15 12:06:33 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2025-04-10 23:14:02 +0300 |
commit | e66637ff33d2b73b6fb024c00216947e4c99c409 (patch) | |
tree | 78ae6a41f55684323650886d64f37e65bc895989 /indra | |
parent | d34e323b9ece1114db3a626fd7744c926d0537d4 (diff) |
Fix missing inventory unlock
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llinventorypanel.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp index a62f762d80..303df07ecf 100644 --- a/indra/newview/llinventorypanel.cpp +++ b/indra/newview/llinventorypanel.cpp @@ -2359,6 +2359,8 @@ void LLInventoryFavoritesItemsPanel::findAndInitRootContent(const LLUUID& id) } } } + + mInventory->unlockDirectDescendentArrays(id); } void LLInventoryFavoritesItemsPanel::initRootContent() |