[Radar] When opening, refresh the avatar list gui

Normally we cut back on refreshAvatarList calls to avoid work when not visible.
When we reopen, there needs to be a call to refreshAvatarList so the user isn't waiting for position updates to see correct data.
This commit is contained in:
Inusaito Sayori
2015-07-15 22:06:10 -04:00
parent a4e732da5f
commit 0843505fae

View File

@@ -268,6 +268,7 @@ void LLFloaterAvatarList::draw()
void LLFloaterAvatarList::onOpen()
{
if (mAvatars.size()) refreshAvatarList();
}
void LLFloaterAvatarList::onClose(bool app_quitting)