Fix Issue 719: Calling Cards can be opened more than just one at a time

This commit is contained in:
Lirusaito
2013-03-29 01:18:48 -04:00
parent d7c4ce6b0a
commit dff59ab455

View File

@@ -4779,10 +4779,12 @@ void LLCallingCardBridge::buildContextMenu(LLMenuGL& menu, U32 flags)
} }
else else
{ {
/* Singu Note: Multiple profiles get opened in a multifloater
if ((flags & FIRST_SELECTED_ITEM) == 0) if ((flags & FIRST_SELECTED_ITEM) == 0)
{ {
disabled_items.push_back(std::string("Open")); disabled_items.push_back(std::string("Open"));
} }
*/
addOpenRightClickMenuOption(items); addOpenRightClickMenuOption(items);
items.push_back(std::string("Properties")); items.push_back(std::string("Properties"));