diff options
author | AndreyL ProductEngine <andreylproductengine@lindenlab.com> | 2015-11-11 00:58:27 +0200 |
---|---|---|
committer | AndreyL ProductEngine <andreylproductengine@lindenlab.com> | 2015-11-11 00:58:27 +0200 |
commit | 4ecf35abb6362bb899adf0f661e71575e5f83438 (patch) | |
tree | 3d6bd641c6a3b0dba72a12fce1ee97c4024bfc08 /indra/newview/llstatusbar.cpp | |
parent | 2dcfa3b6bd3ebeeab62174d86f9dc85558bcb7c8 (diff) |
MAINT-5750 Graphics quick change icon and notices appear in mouselook
Diffstat (limited to 'indra/newview/llstatusbar.cpp')
-rwxr-xr-x | 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 5c1041e556..6d5adc3a43 100755 --- a/indra/newview/llstatusbar.cpp +++ b/indra/newview/llstatusbar.cpp @@ -325,6 +325,7 @@ void LLStatusBar::setVisibleForMouselook(bool visible) mSGBandwidth->setVisible(visible); mSGPacketLoss->setVisible(visible); setBackgroundVisible(visible); + mIconPresets->setVisible(visible); } void LLStatusBar::debitBalance(S32 debit) |