Hack to get right click copy group name to work on my groups floater

This commit is contained in:
Liru Færs
2019-12-22 19:04:24 -05:00
parent 78f354925c
commit 6885bf6368

View File

@@ -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);
}
}