summaryrefslogtreecommitdiff
path: root/indra/newview/llconversationview.cpp
diff options
context:
space:
mode:
authormaxim@mnikolenko <maxim@mnikolenko>2012-12-04 14:54:36 +0200
committermaxim@mnikolenko <maxim@mnikolenko>2012-12-04 14:54:36 +0200
commit3f6f374c2566c85e1a9480da674bfc2172dd9162 (patch)
tree3767e4390149ba81b7e24e8b191e96121da3b863 /indra/newview/llconversationview.cpp
parented9e48bf6bd440a004c0d82da79503de34261610 (diff)
parent4c3510bc4e4c2365bf75c3fbfdfae6b329a420e0 (diff)
Merging
Diffstat (limited to 'indra/newview/llconversationview.cpp')
-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 16d57678db..b964cee09f 100755
--- a/indra/newview/llconversationview.cpp
+++ b/indra/newview/llconversationview.cpp
@@ -454,6 +454,7 @@ void LLConversationViewParticipant::draw()
drawHighlight(show_context, mIsSelected, sHighlightBgColor, sFocusOutlineColor, sMouseOverColor);
drawLabel(font, text_left, y, color, right_x);
+ refresh();
LLView::draw();
}