[Part] fix a comment on SectionCut

This commit is contained in:
Uwe
2022-02-24 04:49:29 +01:00
parent 03414b9fd7
commit c533286d00

View File

@@ -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<Part::Box*>(doc->getObject(BoxZName));
if (!pcBox) {