Skip to content

Commit

Permalink
viewer-private#394 Ensure correct item id is used on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-productengine committed Feb 13, 2025
1 parent 646d077 commit 015fd45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indra/newview/llinventorypanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ void LLInventoryPanel::itemChanged(const LLUUID& item_id, U32 mask, const LLInve
{
if (model_item && view_item && viewmodel_item)
{
const LLUUID& idp = viewmodel_item->getUUID();
const LLUUID idp = viewmodel_item->getUUID();
view_item->destroyView();
removeItemID(idp);
}
Expand Down

0 comments on commit 015fd45

Please sign in to comment.