Update indra/newview/llfloatertools.cpp

Remove trailing whitespace to pass pre-commit check
master
Andrey Lihatskiy 2024-08-19 08:18:41 +03:00 committed by GitHub
parent 6db7b30123
commit 4a00da1ada
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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);