MAINT-4718 FIXED Context menu Open button is always disabled for no-copy textures in task inventory
parent
b10940e8e3
commit
3f558469da
|
|
@ -689,10 +689,6 @@ void LLTaskInvFVBridge::buildContextMenu(LLMenuGL& menu, U32 flags)
|
|||
else if (canOpenItem())
|
||||
{
|
||||
items.push_back(std::string("Task Open"));
|
||||
if (!isItemCopyable())
|
||||
{
|
||||
disabled_items.push_back(std::string("Task Open"));
|
||||
}
|
||||
}
|
||||
items.push_back(std::string("Task Properties"));
|
||||
if(isItemRenameable())
|
||||
|
|
|
|||
Loading…
Reference in New Issue