From 3969400a11db22a8fb780c9b97362f73cd1eb85a Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Wed, 24 Oct 2018 12:23:20 -0300 Subject: [PATCH] Draft: Don't show the Draft tray bar automatically --- src/Mod/Draft/DraftGui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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