Draft: Don't show the Draft tray bar automatically

This commit is contained in:
Yorik van Havre
2018-10-24 12:23:20 -03:00
parent 74a6bb4253
commit 3969400a11

View File

@@ -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