Hack to get right click copy group name to work on my groups floater
This commit is contained in:
@@ -391,6 +391,9 @@ void init_group_list(LLScrollListCtrl* ctrl, const LLUUID& highlight_id, U64 pow
|
||||
if (element.size())
|
||||
{
|
||||
group_list->addElement(element, ADD_SORTED);
|
||||
// Force a name lookup here to get it added to the cache so other UI is prepared
|
||||
std::string dummy;
|
||||
gCacheName->getGroupName(group.mID, dummy);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user