FreeCAD: master 7189d3de

Author Committer Branch Timestamp Parent
vocx-fc yorik master 2020-03-11 23:48:19 master 017226e8
Changeset Draft: move line GuiCommands to gui_lineops module

The commands `FinishLine`, `CloseLine`, and `UndoLine`
are moved from the huge `DraftTools.py` to `gui_lineops.py`
to reduce the complexity of the former file.

These GuiCommands aren't actually used presently
in the Draft Workbench. They were used in the past
particularly from the context menu when editing a Line object.
mod - src/Mod/Draft/CMakeLists.txt Diff File
mod - src/Mod/Draft/DraftTools.py Diff File
add - src/Mod/Draft/draftguitools/gui_lineops.py Diff File