summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2013-02-22 14:02:14 +0200
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2013-02-22 14:02:14 +0200
commit3f71eabbbbe4ee54c29b0e3598569cc484505258 (patch)
tree61a035ecbf6f8b9dc95184bf47080c76ced477cc /indra/newview
parentf79f9f111b0db67cacfe9bbe453737f3979b3ba9 (diff)
CHUI-702 FIXED Calling requestArrange() in refresh() has to fix the problem.
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/llconversationview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llconversationview.cpp b/indra/newview/llconversationview.cpp
index 5ac6353daa..5ff6841646 100755
--- a/indra/newview/llconversationview.cpp
+++ b/indra/newview/llconversationview.cpp
@@ -375,7 +375,7 @@ void LLConversationViewSession::refresh()
}
}
}
-
+ requestArrange();
// Do the regular upstream refresh
LLFolderViewFolder::refresh();
}