Fix mixed line endings
This commit is contained in:
@@ -598,7 +598,7 @@ int DrawSketchHandler::seekAutoConstraint(std::vector<AutoConstraint> &suggested
|
||||
suggestedConstraints.push_back(constr);
|
||||
|
||||
// Do not seek for tangent if we are actually building a primitive
|
||||
if (type == AutoConstraint::VERTEX_NO_TANGENCY)
|
||||
if (type == AutoConstraint::VERTEX_NO_TANGENCY)
|
||||
return suggestedConstraints.size();
|
||||
|
||||
// Find if there are tangent constraints (currently arcs and circles)
|
||||
|
||||
Reference in New Issue
Block a user