diff --git a/src/Mod/Draft/DraftGui.py b/src/Mod/Draft/DraftGui.py index 19e53fb112..07ac24f205 100644 --- a/src/Mod/Draft/DraftGui.py +++ b/src/Mod/Draft/DraftGui.py @@ -357,7 +357,7 @@ class DraftToolBar: mw = FreeCADGui.getMainWindow() mw.addToolBar(self.tray) self.tray.setParent(mw) - self.tray.show() + #self.tray.show() else: # create the draft Toolbar