diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-08-19 08:18:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-19 08:18:41 +0300 |
commit | 4a00da1ada89af6f313cee30f5177634b0b180a9 (patch) | |
tree | ae60f64ff0f0b4f2d7c37bc4de6be0d983ef719f /indra/newview | |
parent | 6db7b3012386b30ead792d1cb3968ce5179cb3ba (diff) |
Update indra/newview/llfloatertools.cpp
Remove trailing whitespace to pass pre-commit check
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llfloatertools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatertools.cpp b/indra/newview/llfloatertools.cpp index 52979d359e..f6d8fcab36 100644 --- a/indra/newview/llfloatertools.cpp +++ b/indra/newview/llfloatertools.cpp @@ -622,7 +622,7 @@ void LLFloaterTools::updatePopup(LLCoordGL center, MASK mask) mBtnFocus ->setToggleState( focus_visible ); mRadioGroupFocus->setVisible( focus_visible ); - + mSliderZoom->setVisible( focus_visible); mSliderZoom->setEnabled(gCameraBtnZoom); |