From c533286d000b98e627de35051cb511a855c682e7 Mon Sep 17 00:00:00 2001 From: Uwe Date: Thu, 24 Feb 2022 04:49:29 +0100 Subject: [PATCH] [Part] fix a comment on SectionCut --- 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 76c707676b..6438695148 100644 --- a/src/Mod/Part/Gui/SectionCutting.cpp +++ b/src/Mod/Part/Gui/SectionCutting.cpp @@ -102,9 +102,9 @@ SectionCut::SectionCut(QWidget* parent) ObjectsListVisible.push_back(*it); } - // we can have existing cut boxes take their values + // if we can have existing cut boxes, take their values // the flip state cannot be readout of the box position, therefore readout the position - // is if it was unflipped + // as if it was unflipped if (doc->getObject(BoxZName)) { Part::Box* pcBox = dynamic_cast(doc->getObject(BoxZName)); if (!pcBox) {