Sketcher: fix typos in Constraint Widget

- Follow-up to 2f789e6ce7

- Sketcher: fix relevant typos

- Re-Add mistakenly deleted files

- fix build
This commit is contained in:
luz paz
2021-10-03 14:55:48 -04:00
committed by Abdullah Tahiri
parent 398381c16e
commit 044929342a
8 changed files with 56 additions and 56 deletions

View File

@@ -277,7 +277,7 @@ int SketchObject::solve(bool updateGeoAfterSolving/*=true*/)
// Some examples:
// Redundant: a vertical line, a horizontal line and an angle constraint of 90 degrees between the two lines
// Conflicting: a 80 degrees angle between a vertical line and another line, then adding a horizontal constraint to that other line
// OverConstrained: a conflicting constraint when all other DoF are already constraint (it has more constrains than parameters and the extra constraints are not redundant)
// OverConstrained: a conflicting constraint when all other DoF are already constrained (it has more constraints than parameters and the extra constraints are not redundant)
solverNeedsUpdate=false;