diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-12-13 11:35:13 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-12-13 11:35:13 +0200 |
commit | 8937802340c139947653ab2276217040444eba9e (patch) | |
tree | fa6b6473de83d8f31a27662b21f839469310003e | |
parent | 597a68ebbf274bb2186df4c069b47f3064973dc8 (diff) |
MAINT-6990 'Voice chat volume' floater is shown if you click in the right side of resident name
-rw-r--r-- | indra/newview/llconversationview.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llconversationview.cpp b/indra/newview/llconversationview.cpp index b18e543f0a..d147d214a3 100644 --- a/indra/newview/llconversationview.cpp +++ b/indra/newview/llconversationview.cpp @@ -458,6 +458,11 @@ void LLConversationViewSession::refresh() } } } + + if (mSpeakingIndicator) + { + mSpeakingIndicator->setShowParticipantsSpeaking(mIsInActiveVoiceChannel); + } requestArrange(); // Do the regular upstream refresh LLFolderViewFolder::refresh(); |