Fix #3800 Connect TD export to FC Gui Export

- TD did not define export types for the general Export
  command in Gui.
This commit is contained in:
wandererfan
2019-02-13 09:04:34 -05:00
committed by wmayer
parent 4ced49da81
commit a2bca22fc9
4 changed files with 107 additions and 1 deletions

View File

@@ -45,3 +45,6 @@ class TechDrawWorkbench (Workbench):
return "TechDrawGui::Workbench"
Gui.addWorkbench(TechDrawWorkbench())
# Append the export handler
FreeCAD.addExportType("Technical Drawing (*.svg *.dxf *.pdf)","TechDrawGui")