From 54076efb64e4229babe03f8bb25e2d65e27cb7c1 Mon Sep 17 00:00:00 2001 From: wmayer Date: Fri, 29 Jul 2022 18:50:35 +0200 Subject: [PATCH] Part: [skip ci] fix typo --- src/Mod/Part/Gui/SectionCutting.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Part/Gui/SectionCutting.cpp b/src/Mod/Part/Gui/SectionCutting.cpp index cadd3daa60..4339e158ef 100644 --- a/src/Mod/Part/Gui/SectionCutting.cpp +++ b/src/Mod/Part/Gui/SectionCutting.cpp @@ -1137,7 +1137,7 @@ void SectionCut::onCutYvalueChanged(double val) // refresh X limits // this is done by // first making the cut X box visible, the setting the limits only for X - // if x-limit in box direcion is larger than object, reset value to saved limit + // if x-limit in box direction is larger than object, reset value to saved limit if (hasBoxX) { auto CutBoxX = doc->getObject(BoxXName); if (!CutBoxX) @@ -1230,7 +1230,7 @@ void SectionCut::onCutZvalueChanged(double val) // refresh X and Y limits // this is done e.g. for X by // first making the cut X box visible, the setting the limits only for X - // if x-limit in box direcion is larger than object, reset value to saved limit + // if x-limit in box direction is larger than object, reset value to saved limit SbBox3f CutBoundingBox; if (hasBoxX) { auto CutBoxX = doc->getObject(BoxXName);