[Gui] [skip CI] NaviCube: fix indentation mistake from previous commit

This commit is contained in:
Uwe
2022-08-13 15:11:32 +02:00
parent d78d1bbe58
commit d1ffbc0ae9

View File

@@ -1268,7 +1268,7 @@ bool NaviCubeImplementation::mouseReleased(short x, short y) {
int pick = pickFace(x, y);
ParameterGrp::handle hGrpNavi = App::GetApplication().GetParameterGroupByPath("User parameter:BaseApp/Preferences/NaviCube");
long step = Base::clamp(hGrpNavi->GetInt("NaviStepByTurn", 8), 4L, 36L);
long step = Base::clamp(hGrpNavi->GetInt("NaviStepByTurn", 8), 4L, 36L);
float rotStepAngle = 360.0f / step;
bool toNearest = hGrpNavi->GetBool("NaviRotateToNearest", true);
bool applyRotation = true;