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.
This commit is contained in:
vocx-fc
2020-04-11 21:31:22 -05:00
committed by Yorik van Havre
parent 868435bfd9
commit 4ed80cdf83
4 changed files with 154 additions and 73 deletions

View File

@@ -86,7 +86,7 @@ def get_draft_modification_commands():
"Draft_WireToBSpline", "Draft_Draft2Sketch",
"Draft_Slope", "Draft_FlipDimension",
"Separator",
"Draft_Shape2DView", "Draft_Drawing"]
"Draft_Shape2DView"]
return lst