summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-04-29 15:56:32 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-04-29 21:55:40 +0300
commitd70b749101f5a954fc824e73519102a0d88f24ae (patch)
treeb45b71e6167058cbc78bef9b4f0aa9c9b37cf909 /indra/newview
parenta11c406492ad301f2d60936d2af8340941fa8e75 (diff)
SL-13119 Moved ineffective function from inventory view creation
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llconversationview.cpp4
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()