summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorygallerymenu.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-06-16 22:22:59 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-06-16 22:43:10 +0300
commitf608eafc3724899a16d01d4b9464a21f8fbc08d3 (patch)
treefd9811269b11e9d595615116a30fc23813287039 /indra/newview/llinventorygallerymenu.cpp
parent26f64e4f0a007edc01996cdc0bc69121a16749b9 (diff)
SL-19496 Fix attempts to open trash for thumnail assigment do not work.
Diffstat (limited to 'indra/newview/llinventorygallerymenu.cpp')
-rw-r--r--indra/newview/llinventorygallerymenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorygallerymenu.cpp b/indra/newview/llinventorygallerymenu.cpp
index 68ead64839..e30883d564 100644
--- a/indra/newview/llinventorygallerymenu.cpp
+++ b/indra/newview/llinventorygallerymenu.cpp
@@ -334,7 +334,7 @@ void LLInventoryGalleryContextMenu::updateMenuItemsVisibility(LLContextMenu* men
if(!is_link)
{
items.push_back(std::string("thumbnail"));
- if (!is_agent_inventory)
+ if (!is_agent_inventory || (is_in_trash && !is_trash))
{
disabled_items.push_back(std::string("thumbnail"));
}