Skip to content
Snippets Groups Projects
Commit c008004e authored by Eugene Mutavchi's avatar Eugene Mutavchi
Browse files

Fixed low bug (Menu bar background + Master Volume control display in...

Fixed low bug (Menu bar background + Master Volume control display in Mouselook mode) - removed overlaping of master volume and nearby media icons in mouselook mode

--HG--
branch : product-engine
parent 60d680f2
No related branches found
No related tags found
No related merge requests found
...@@ -371,6 +371,8 @@ void LLStatusBar::setVisibleForMouselook(bool visible) ...@@ -371,6 +371,8 @@ void LLStatusBar::setVisibleForMouselook(bool visible)
mTextTime->setVisible(visible); mTextTime->setVisible(visible);
getChild<LLUICtrl>("buycurrency")->setVisible(visible); getChild<LLUICtrl>("buycurrency")->setVisible(visible);
getChild<LLUICtrl>("buyL")->setVisible(visible); getChild<LLUICtrl>("buyL")->setVisible(visible);
mBtnVolume->setVisible(visible);
mMediaToggle->setVisible(visible);
mSGBandwidth->setVisible(visible); mSGBandwidth->setVisible(visible);
mSGPacketLoss->setVisible(visible); mSGPacketLoss->setVisible(visible);
setBackgroundVisible(visible); setBackgroundVisible(visible);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment