luz paz
2020-07-20 06:08:22 -04:00
committed by Yorik van Havre
parent 4851947bc0
commit f20ab1765f
13 changed files with 17 additions and 17 deletions

View File

@@ -207,7 +207,7 @@ void DressUp::getAddSubShape(Part::TopoShape &addShape, Part::TopoShape &subShap
// SupportTransform means transform the support together with
// the dressing. So we need to find the previous support
// feature (which must be of type FeatureAddSub), and skipping
// any consequtive DressUp in-between.
// any consecutive DressUp in-between.
for(Feature *current=this; ;current=static_cast<DressUp*>(base)) {
base = Base::freecad_dynamic_cast<FeatureAddSub>(current->getBaseObject(true));
if(!base)