Files
create/src/Mod/Draft
vocx-fc cb5aa765fb Draft: move Join GuiCommand to gui_join module
Occasionally it fails to join lines even if the lines
visually share a point.

This is a rounding error in the comparison of the shared point;
a small distance will result in the points being considered
different and thus the lines not joining.

The solution is to test properly the two points using
`DraftVecUtils.equals` which considers the value of
the `precision` set in the Draft preferences.
2020-04-24 13:49:13 +02:00
..
2020-04-22 13:38:17 +02:00
2020-04-22 13:38:17 +02:00
2020-04-22 13:38:17 +02:00
2020-03-24 11:14:24 +01:00
2020-04-21 12:46:08 +02:00
2020-04-21 12:46:08 +02:00
2020-04-21 12:46:08 +02:00