From e66637ff33d2b73b6fb024c00216947e4c99c409 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Tue, 15 Oct 2024 12:06:33 +0300 Subject: Fix missing inventory unlock --- indra/newview/llinventorypanel.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra') 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() -- cgit v1.2.3