summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMaximB ProductEngine <mberezhnoy@productengine.com>2012-12-03 15:37:11 +0200
committerMaximB ProductEngine <mberezhnoy@productengine.com>2012-12-03 15:37:11 +0200
commit168c1d5a85e8f4f4975ee4501e3dbb8f10d85334 (patch)
treebbb7ea35c35dc0a480b0d0990086b904f53e47b3 /indra
parentd48357f54765f84a35b73bbf28e88b978bcb5013 (diff)
CHUI-432 (User that is muted in group call does not show as muted to other users in conversation list)
Diffstat (limited to 'indra')
-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 1b1d61e6d6..7988cd1a03 100755
--- a/indra/newview/llconversationview.cpp
+++ b/indra/newview/llconversationview.cpp
@@ -448,6 +448,7 @@ void LLConversationViewParticipant::draw()
drawHighlight(show_context, mIsSelected, sHighlightBgColor, sFocusOutlineColor, sMouseOverColor);
drawLabel(font, text_left, y, color, right_x);
+ refresh();
LLView::draw();
}