Fix Issue 719: Calling Cards can be opened more than just one at a time
This commit is contained in:
@@ -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"));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user