diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-12-09 11:12:20 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-12-09 11:12:20 +0200 |
commit | 9f7c22bbe5794409a6fbb2a1a08834944438e619 (patch) | |
tree | 5424dd1250331e5f34d289cb540f3fba17ab5340 /indra/newview/llinventoryfunctions.cpp | |
parent | b79c4e47a80e4e4aba01475cdd2e65cbaf6385a6 (diff) |
SL-18810 FIXED "Find Original" doesn't work if Item profile was previously selected
Diffstat (limited to 'indra/newview/llinventoryfunctions.cpp')
-rw-r--r-- | indra/newview/llinventoryfunctions.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventoryfunctions.cpp b/indra/newview/llinventoryfunctions.cpp index f454ca5bfb..0e0f924d3c 100644 --- a/indra/newview/llinventoryfunctions.cpp +++ b/indra/newview/llinventoryfunctions.cpp @@ -799,6 +799,7 @@ void show_item_original(const LLUUID& item_uuid) { LLFloaterReg::toggleInstanceOrBringToFront("inventory"); } + sidepanel_inventory->showInventoryPanel(); const LLUUID inbox_id = gInventory.findCategoryUUIDForType(LLFolderType::FT_INBOX); if (gInventory.isObjectDescendentOf(gInventory.getLinkedItemID(item_uuid), inbox_id)) |