diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-04-01 13:47:18 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-04-01 13:47:18 +0300 |
commit | e51ec77431380891b98c40e89edf8f57d90710c4 (patch) | |
tree | 1a59c87374040095313b117c5172aed61a7f6816 /indra/newview/llconversationview.cpp | |
parent | b0de02aa02b6926805a71f1c1044b65bf894bcc5 (diff) |
SL-15053 Use previous icon for Nearby chat
Diffstat (limited to 'indra/newview/llconversationview.cpp')
-rw-r--r-- | indra/newview/llconversationview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llconversationview.cpp b/indra/newview/llconversationview.cpp index 7c9027d1b5..71346b4b43 100644 --- a/indra/newview/llconversationview.cpp +++ b/indra/newview/llconversationview.cpp @@ -249,8 +249,8 @@ BOOL LLConversationViewSession::postBuild() } case LLConversationItem::CONV_SESSION_NEARBY: { - mItemPanel->getChild<LLLayoutPanel>("session_icon_panel")->setVisible(false); - + LLIconCtrl* icon = mItemPanel->getChild<LLIconCtrl>("nearby_chat_icon"); + icon->setVisible(true); mSpeakingIndicator->setSpeakerId(gAgentID, LLUUID::null, true); mIsInActiveVoiceChannel = true; if(LLVoiceClient::instanceExists()) |