diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-04-29 15:56:32 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-04-29 21:55:40 +0300 |
commit | d70b749101f5a954fc824e73519102a0d88f24ae (patch) | |
tree | b45b71e6167058cbc78bef9b4f0aa9c9b37cf909 /indra/newview | |
parent | a11c406492ad301f2d60936d2af8340941fa8e75 (diff) |
SL-13119 Moved ineffective function from inventory view creation
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llconversationview.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llconversationview.cpp b/indra/newview/llconversationview.cpp index 60a5204547..a4affe8006 100644 --- a/indra/newview/llconversationview.cpp +++ b/indra/newview/llconversationview.cpp @@ -545,7 +545,9 @@ BOOL LLConversationViewParticipant::postBuild() } updateChildren(); - return LLFolderViewItem::postBuild(); + LLFolderViewItem::postBuild(); + refresh(); + return TRUE; } void LLConversationViewParticipant::draw() |