Fix missing inventory unlock
parent
d34e323b9e
commit
e66637ff33
|
|
@ -2359,6 +2359,8 @@ void LLInventoryFavoritesItemsPanel::findAndInitRootContent(const LLUUID& id)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
mInventory->unlockDirectDescendentArrays(id);
|
||||
}
|
||||
|
||||
void LLInventoryFavoritesItemsPanel::initRootContent()
|
||||
|
|
|
|||
Loading…
Reference in New Issue