Fix focus on Object Owners
Just noticed this must've slipped out of a previous commit
This commit is contained in:
@@ -376,7 +376,8 @@ namespace
|
|||||||
{
|
{
|
||||||
bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata) override
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user