diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-02-19 15:45:36 +0200 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-02-19 15:45:36 +0200 |
commit | 7b2cbf254ae102738d9e7b41e9cec55a867ec755 (patch) | |
tree | e905c89e0ec0e5458621a1ed90f17a89abb4cfb6 | |
parent | 927fcf5d0b6eac067e40ac415b3a5ce10dbc4903 (diff) |
CHUI-702 FIXED Call requestArrange() after showing Voice indicator to avoid overlapping.
-rwxr-xr-x | indra/newview/llconversationview.cpp | 1 |
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() |