diff options
author | Merov Linden <merov@lindenlab.com> | 2012-12-17 19:29:35 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-12-17 19:29:35 -0800 |
commit | 3d137bae5c5435dde305323179d8d3d6c9720bad (patch) | |
tree | 959fe5ab17e21ab6d4455da7f7173270f8d01732 /indra/newview/llavatarlistitem.cpp | |
parent | 6fe7144104cd8b5bd9c7d215f76afdeafe13b7ee (diff) | |
parent | f8b51f40289255ce38f65830f5bb0f29def3b757 (diff) |
Merge with viewer-chui
Diffstat (limited to 'indra/newview/llavatarlistitem.cpp')
-rw-r--r-- | indra/newview/llavatarlistitem.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/llavatarlistitem.cpp b/indra/newview/llavatarlistitem.cpp index b4a70008e7..f5308563b5 100644 --- a/indra/newview/llavatarlistitem.cpp +++ b/indra/newview/llavatarlistitem.cpp @@ -141,6 +141,17 @@ BOOL LLAvatarListItem::postBuild() return TRUE; } +void LLAvatarListItem::handleVisibilityChange ( BOOL new_visibility ) +{ + //Adjust positions of icons (info button etc) when + //speaking indicator visibility was changed/toggled while panel was closed (not visible) + if(new_visibility && mSpeakingIndicator->getIndicatorToggled()) + { + updateChildren(); + mSpeakingIndicator->setIndicatorToggled(false); + } +} + void LLAvatarListItem::fetchAvatarName() { if (mAvatarId.notNull()) |