From 8937802340c139947653ab2276217040444eba9e Mon Sep 17 00:00:00 2001 From: Mnikolenko Productengine Date: Tue, 13 Dec 2016 11:35:13 +0200 Subject: MAINT-6990 'Voice chat volume' floater is shown if you click in the right side of resident name --- indra/newview/llconversationview.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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(); -- cgit v1.2.3