Fix missing inventory unlock

master
Andrey Kleshchev 2024-10-15 12:06:33 +03:00 committed by Andrey Lihatskiy
parent d34e323b9e
commit e66637ff33
1 changed files with 2 additions and 0 deletions

View File

@ -2359,6 +2359,8 @@ void LLInventoryFavoritesItemsPanel::findAndInitRootContent(const LLUUID& id)
}
}
}
mInventory->unlockDirectDescendentArrays(id);
}
void LLInventoryFavoritesItemsPanel::initRootContent()