From 7b2cbf254ae102738d9e7b41e9cec55a867ec755 Mon Sep 17 00:00:00 2001 From: Mnikolenko ProductEngine Date: Tue, 19 Feb 2013 15:45:36 +0200 Subject: CHUI-702 FIXED Call requestArrange() after showing Voice indicator to avoid overlapping. --- indra/newview/llconversationview.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/llconversationview.cpp b/indra/newview/llconversationview.cpp index 5ff013ccc4..5ac6353daa 100755 --- a/indra/newview/llconversationview.cpp +++ b/indra/newview/llconversationview.cpp @@ -340,6 +340,7 @@ LLConversationViewParticipant* LLConversationViewSession::findParticipant(const void LLConversationViewSession::showVoiceIndicator(bool visible) { mCallIconLayoutPanel->setVisible(visible && LLVoiceChannel::getCurrentVoiceChannel()->getSessionID().isNull()); + requestArrange(); } void LLConversationViewSession::refresh() -- cgit v1.2.3