summaryrefslogtreecommitdiff
path: root/indra/newview/llstatusbar.cpp
diff options
context:
space:
mode:
authorYuri Chebotarev <ychebotarev@productengine.com>2009-12-24 16:36:14 +0200
committerYuri Chebotarev <ychebotarev@productengine.com>2009-12-24 16:36:14 +0200
commit9c90822c9d5409f267c5d457489a6fd295dabd2a (patch)
treee1e3d01b559727b62382afb25edfa6e541c73f2a /indra/newview/llstatusbar.cpp
parent2c7e5b91001a981809803adbe8490c756ab8bfc6 (diff)
parented29d709c8aa308fca8bf84c84b02157f86c66c1 (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llstatusbar.cpp')
-rw-r--r--indra/newview/llstatusbar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llstatusbar.cpp b/indra/newview/llstatusbar.cpp
index 9e72464237..23c4f00ab7 100644
--- a/indra/newview/llstatusbar.cpp
+++ b/indra/newview/llstatusbar.cpp
@@ -160,6 +160,7 @@ LLStatusBar::LLStatusBar(const LLRect& rect)
mBtnVolume = getChild<LLButton>( "volume_btn" );
mBtnVolume->setClickedCallback( onClickVolume, this );
mBtnVolume->setMouseEnterCallback(boost::bind(&LLStatusBar::onMouseEnterVolume, this));
+ mBtnVolume->setIsChrome(TRUE);
gSavedSettings.getControl("MuteAudio")->getSignal()->connect(boost::bind(&LLStatusBar::onVolumeChanged, this, _2));