FreeCAD: master 2021d0be

Author Committer Branch Timestamp Parent
vocx-fc yorik master 2020-03-23 05:44:06 master 1a2e79ec
Changeset Draft: move AddPoint and DelPoint to gui_line_add_delete module

These two Gui Commands were inside `DraftTools.py`
but they were considered obsolete as they just call `Draft_Edit`.
They were completely removed in f5f43913e0 and 8fd55eb6ff.

They are restored in this commit and placed in their own module
just for historical reasons; however this module is not imported
in `DraftTools.py`.
add - src/Mod/Draft/draftguitools/gui_line_add_delete.py Diff File