summaryrefslogtreecommitdiff
path: root/indra/newview/llconversationview.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-05-06 23:52:38 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-05-07 00:07:29 +0300
commit8576eaa3bf011bec4f7b64c82f962c26e067c52f (patch)
treee39f205d32f57454da49f62b8e6d34fe31da9265 /indra/newview/llconversationview.cpp
parent9e79e1a2e25275eecc21b715120848b426c06474 (diff)
SL-13119 Fixed label updates
Diffstat (limited to 'indra/newview/llconversationview.cpp')
-rw-r--r--indra/newview/llconversationview.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/newview/llconversationview.cpp b/indra/newview/llconversationview.cpp
index fda5267041..093e772abe 100644
--- a/indra/newview/llconversationview.cpp
+++ b/indra/newview/llconversationview.cpp
@@ -431,10 +431,6 @@ void LLConversationViewSession::refresh()
LLConversationItem* vmi = dynamic_cast<LLConversationItem*>(getViewModelItem());
vmi->resetRefresh();
- mLabel = vmi->getDisplayName(); // needs a filter reset
- setToolTip(vmi->getName());
- vmi->dirtyFilter();
-
if (mSessionTitle)
{
mSessionTitle->setText(vmi->getDisplayName());
@@ -626,10 +622,6 @@ void LLConversationViewParticipant::refresh()
// *TODO: We should also do something with vmi->isModerator() to echo that state in the UI somewhat
mSpeakingIndicator->setIsModeratorMuted(participant_model->isModeratorMuted());
- mLabel = participant_model->getDisplayName(); // needs a filter reset
- setToolTip(participant_model->getName());
- participant_model->dirtyFilter();
-
// Do the regular upstream refresh
LLFolderViewItem::refresh();
}