FreeCAD: master 4ed80cdf

Author Committer Branch Timestamp Parent
vocx-fc yorik master 2020-04-12 02:31:22 master 868435bf
Changeset Draft: move Drawing GuiCommand to gui_drawing module

Also, finally the command is removed from the toolbar
as the Drawing Workbench is obsolete since v0.17.

The command is still loaded and defined by the workbench
but it is no longer presented to the user interface in the menu
or toolbar.
mod - src/Mod/Draft/CMakeLists.txt Diff File
mod - src/Mod/Draft/DraftTools.py Diff File
add - src/Mod/Draft/draftguitools/gui_drawing.py Diff File
mod - src/Mod/Draft/draftutils/init_tools.py Diff File