summaryrefslogtreecommitdiff
path: root/indra/newview/llavatarlistitem.cpp
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2019-03-22 17:31:26 +0200
committermaxim_productengine <mnikolenko@productengine.com>2019-03-22 17:31:26 +0200
commite4b499e64d63dbcdb97590f86d533f6877690b84 (patch)
tree399f16cfdb3fa410275ac07cdd9651b7051b165b /indra/newview/llavatarlistitem.cpp
parent01f696b85ec09ede4bc2e9b085a10a194e9d9259 (diff)
SL-10780 FIXED Speaker icon is shown for all friends
Diffstat (limited to 'indra/newview/llavatarlistitem.cpp')
-rw-r--r--indra/newview/llavatarlistitem.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llavatarlistitem.cpp b/indra/newview/llavatarlistitem.cpp
index af3fac91bc..396b69ae3a 100644
--- a/indra/newview/llavatarlistitem.cpp
+++ b/indra/newview/llavatarlistitem.cpp
@@ -119,6 +119,7 @@ BOOL LLAvatarListItem::postBuild()
mIconPermissionEditTheirs->setVisible(false);
mSpeakingIndicator = getChild<LLOutputMonitorCtrl>("speaking_indicator");
+ mSpeakingIndicator->setChannelState(LLOutputMonitorCtrl::UNDEFINED_CHANNEL);
mInfoBtn = getChild<LLButton>("info_btn");
mProfileBtn = getChild<LLButton>("profile_btn");