Disabled the closing of the generated model's 3D output when switching to other workbenches. Other workbenches have tools that the user may want to use on the resulting CadQuery output.

This commit is contained in:
Jeremy Mack Wright 2015-11-23 21:58:44 -05:00
parent 9725845477
commit 10d302a1f9

View File

@ -188,8 +188,6 @@ class CadQueryWorkbench (Workbench):
# #Put the UI back the way we found it
# FreeCAD.Console.PrintMessage(msg)
Gui.Command.CadQueryCloseScript().Activated()
#Getting the main window will allow us to start setting things up the way we want
mw = FreeCADGui.getMainWindow()