PartDesign: typos

This commit is contained in:
luzpaz
2017-12-24 11:37:44 -05:00
committed by wmayer
parent e883cbfdf3
commit c1152f2a2c
10 changed files with 14 additions and 14 deletions

View File

@@ -340,7 +340,7 @@ App::DocumentObject* TaskFeaturePick::makeCopy(App::DocumentObject* obj, std::st
cprop->Paste(*prop);
//we are a independent copy, therefore no external geometry was copied. WE therefore can delete all
//contraints
//constraints
if(obj->isDerivedFrom(Sketcher::SketchObject::getClassTypeId()))
static_cast<Sketcher::SketchObject*>(copy)->delConstraintsToExternal();
}