Don't grey out 'properties' if selecting multiple items in inventory.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user