Skip to content

Commit

Permalink
[Arch] Bugfix - Unknown command 'Draft_Edit'
Browse files Browse the repository at this point in the history
  • Loading branch information
Syres916 authored and yorikvanhavre committed Aug 9, 2019
1 parent b6c8052 commit 99f1798
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Mod/Arch/InitGui.py
Expand Up @@ -64,6 +64,10 @@ def IsActive(self):
FreeCADGui.addCommand('Arch_RebarTools', RebarGroupCommand())
self.archtools[2] = "Arch_RebarTools"

# setup Draft_Edit command
import DraftEdit
FreeCADGui.addCommand('Draft_Edit',DraftEdit.Edit())

# draft tools
self.drafttools = ["Draft_Line","Draft_Wire","Draft_Circle","Draft_Arc","Draft_Ellipse",
"Draft_Polygon","Draft_Rectangle", "Draft_Text",
Expand Down

0 comments on commit 99f1798

Please sign in to comment.