diff options
author | Richard Linden <none@none> | 2010-06-15 15:25:55 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-06-15 15:25:55 -0700 |
commit | 4fb3198642026c8679fc64e6d3653baae35b5988 (patch) | |
tree | e9759fd8caa524d12453fd8e17f45d2db74cee8e /indra/newview/llstatusbar.cpp | |
parent | 251a695c784bd861801dffee57bd5bebf48748e3 (diff) |
EXT-7090 WIP STRG(CTRL)+SHIFT+S in Mouselook doesnt make a snapshot
made world view extend to where menu bar would normally be when in mouselook
Diffstat (limited to 'indra/newview/llstatusbar.cpp')
-rw-r--r-- | indra/newview/llstatusbar.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llstatusbar.cpp b/indra/newview/llstatusbar.cpp index ac419d8dc7..8c8fbdc88c 100644 --- a/indra/newview/llstatusbar.cpp +++ b/indra/newview/llstatusbar.cpp @@ -371,8 +371,7 @@ void LLStatusBar::refresh() void LLStatusBar::setVisibleForMouselook(bool visible) { mTextTime->setVisible(visible); - getChild<LLUICtrl>("buycurrency")->setVisible(visible); - getChild<LLUICtrl>("buyL")->setVisible(visible); + getChild<LLUICtrl>("balance_bg")->setVisible(visible); mBtnVolume->setVisible(visible); mMediaToggle->setVisible(visible); mSGBandwidth->setVisible(visible); |