From a3cc40c06efcc0618c69b750e88e326d399f9bd5 Mon Sep 17 00:00:00 2001 From: andreykproductengine Date: Wed, 1 Apr 2015 16:59:24 +0300 Subject: MAINT-5031 FIXED Attachments aren't highlighted in the inventory after using 'Show original' --- indra/newview/llinventoryfunctions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') diff --git a/indra/newview/llinventoryfunctions.cpp b/indra/newview/llinventoryfunctions.cpp index 1abc09bf3b..a19eed73db 100755 --- a/indra/newview/llinventoryfunctions.cpp +++ b/indra/newview/llinventoryfunctions.cpp @@ -458,7 +458,7 @@ void show_item_original(const LLUUID& item_uuid) { return; } - active_panel->setSelection(gInventory.getLinkedItemID(item_uuid), TAKE_FOCUS_NO); + active_panel->setSelection(gInventory.getLinkedItemID(item_uuid), TAKE_FOCUS_YES); if(do_reset_inventory_filter) { -- cgit v1.2.3