Don't grey out 'properties' if selecting multiple items in inventory.

This commit is contained in:
Shyotl
2012-01-06 13:49:24 -06:00
parent cf62e22409
commit bf28f6514f

View File

@@ -724,10 +724,10 @@ void LLInvFVBridge::getClipboardEntries(bool show_asset_id,
addDeleteContextMenuOptions(items, disabled_items);
// If multiple items are selected, disable properties (if it exists).
if ((flags & FIRST_SELECTED_ITEM) == 0)
/*if ((flags & FIRST_SELECTED_ITEM) == 0)
{
disabled_items.push_back(std::string("Properties"));
}
}*/
}
void LLInvFVBridge::buildContextMenu(LLMenuGL& menu, U32 flags)