From 48803059de80263d5b605edaf58ad9c42db5359e Mon Sep 17 00:00:00 2001 From: Yuri Chebotarev Date: Mon, 7 Dec 2009 17:01:07 +0200 Subject: EXT-2989 Chiclet overlaps the voice indicator of another chiclet see comments for details --HG-- branch : product-engine --- indra/newview/llchiclet.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/indra/newview/llchiclet.cpp b/indra/newview/llchiclet.cpp index 5fad030e5b..330151d710 100644 --- a/indra/newview/llchiclet.cpp +++ b/indra/newview/llchiclet.cpp @@ -401,6 +401,10 @@ LLIMP2PChiclet::LLIMP2PChiclet(const Params& p) sendChildToFront(mNewMessagesIcon); setShowSpeaker(p.show_speaker); + + //since mShowSpeaker initialized with false + //setShowSpeaker(false) will not hide mSpeakerCtrl + mSpeakerCtrl->setVisible(getShowSpeaker()); } void LLIMP2PChiclet::setCounter(S32 counter) -- cgit v1.2.3