summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryfunctions.cpp
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2015-04-01 16:59:24 +0300
committerandreykproductengine <akleshchev@productengine.com>2015-04-01 16:59:24 +0300
commita3cc40c06efcc0618c69b750e88e326d399f9bd5 (patch)
treec3e719fde352e6a9dda90dc81b6a273b8ccdff07 /indra/newview/llinventoryfunctions.cpp
parent65e6cc6704bcd19a471f06fb6ab7621f2044dfa4 (diff)
MAINT-5031 FIXED Attachments aren't highlighted in the inventory after using 'Show original'
Diffstat (limited to 'indra/newview/llinventoryfunctions.cpp')
-rwxr-xr-xindra/newview/llinventoryfunctions.cpp2
1 files changed, 1 insertions, 1 deletions
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)
{