Jeff Young
|
0ded846130
|
Go back to previous arc midpoint editing routine.
It avoids erratic behaviour near the chord or end-points.
Fixes https://gitlab.com/kicad/code/kicad/issues/7135
|
2021-01-19 23:50:40 +00:00 |
Jeff Young
|
35978adef9
|
Don't run dimension updates while parsing files.
They mess up the geometry when only partial values are provided.
Fixes https://gitlab.com/kicad/code/kicad/issues/7177
|
2021-01-19 16:09:44 +00:00 |
Jeff Young
|
0a2a3c9903
|
Fix Coverity-discovered typo.
|
2021-01-19 10:57:07 +00:00 |
Jeff Young
|
12fe44d4b3
|
Snap arc center *by* the grid, not *to* the grid.
Also fixes a bug with editing an arc endpoint because the cursor pos
was being forced before the arc constraints stuff had been run (in
updateItem()).
|
2021-01-19 00:26:31 +00:00 |
Seth Hillbrand
|
b8dfcb34c4
|
Revert "Use less-sophisticated arc editing math."
This reverts commit 3b424d3868 . And fixes
issue with rouding causing arc errors
|
2021-01-18 12:44:27 -08:00 |
Jeff Young
|
68efdb2fff
|
Push shared parts of GRID_HELPERs into common.
|
2021-01-16 23:18:10 +00:00 |