summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2013-02-19 15:45:36 +0200
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2013-02-19 15:45:36 +0200
commit7b2cbf254ae102738d9e7b41e9cec55a867ec755 (patch)
treee905c89e0ec0e5458621a1ed90f17a89abb4cfb6
parent927fcf5d0b6eac067e40ac415b3a5ce10dbc4903 (diff)
CHUI-702 FIXED Call requestArrange() after showing Voice indicator to avoid overlapping.
-rwxr-xr-xindra/newview/llconversationview.cpp1
1 files changed, 1 insertions, 0 deletions
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()