diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-02-22 14:02:14 +0200 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-02-22 14:02:14 +0200 |
commit | 3f71eabbbbe4ee54c29b0e3598569cc484505258 (patch) | |
tree | 61a035ecbf6f8b9dc95184bf47080c76ced477cc /indra/newview | |
parent | f79f9f111b0db67cacfe9bbe453737f3979b3ba9 (diff) |
CHUI-702 FIXED Calling requestArrange() in refresh() has to fix the problem.
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/llconversationview.cpp | 2 |
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(); } |