MAINT-4718 FIXED Context menu Open button is always disabled for no-copy textures in task inventory

master
Mnikolenko ProductEngine 2015-03-27 13:53:38 +02:00
parent b10940e8e3
commit 3f558469da
1 changed files with 0 additions and 4 deletions

View File

@ -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())