diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2009-12-24 16:30:10 +0200 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2009-12-24 16:30:10 +0200 |
commit | ed802c19ce958849eeabc1d125e684fb8a0a4caa (patch) | |
tree | 01ba4cac397e7976cc75ac3c089fb4e44296fda4 /indra/newview/llstatusbar.cpp | |
parent | a1528c45594e5fc57eb956c853126f9d9f3fc387 (diff) | |
parent | b518a3a5f0d13a6dedfcd60918369076b48f5ece (diff) |
Merge from default branch.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llstatusbar.cpp')
-rw-r--r-- | indra/newview/llstatusbar.cpp | 1 |
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)); |