Fix focus on Object Owners

Just noticed this must've slipped out of a previous commit
This commit is contained in:
Liru Færs
2020-03-04 15:45:04 -05:00
parent 7859c0a191
commit 6e5eed7957

View File

@@ -376,7 +376,8 @@ namespace
{
bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata) override
{
LLFloaterAvatarList::setFocusAvatar(LFIDBearer::getActiveSelectedID());
const LLUUID& active_owner_or_id(const LLSD& userdata);
LLFloaterAvatarList::setFocusAvatar(active_owner_or_id(userdata));
return true;
}
};