summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorygallery.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-06-10 01:33:43 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-06-10 01:33:43 +0300
commit417dbeb68ef842a8eee22ebab35c89ddee653619 (patch)
tree71102ecb25dff25878402c4336de9f122d1235e2 /indra/newview/llinventorygallery.cpp
parent5c6a2779c498e69e36276700283ccfb4bdbfd438 (diff)
SL-19823 Edit not always active #5
Diffstat (limited to 'indra/newview/llinventorygallery.cpp')
-rw-r--r--indra/newview/llinventorygallery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorygallery.cpp b/indra/newview/llinventorygallery.cpp
index 412e9e9c0b..898bcba494 100644
--- a/indra/newview/llinventorygallery.cpp
+++ b/indra/newview/llinventorygallery.cpp
@@ -1133,7 +1133,7 @@ void LLInventoryGallery::changeItemSelection(const LLUUID& item_id, bool scroll_
{
return;
}
- if (mNeedsArrange && item_id.notNull() && scroll_to_selection)
+ if (mNeedsArrange && item_id.notNull())
{
mItemToSelect = item_id;
return;