Hide Draft tray toolbar

Forum discussion:

https://forum.freecadweb.org/viewtopic.php?f=3&t=31720
This commit is contained in:
triplus
2018-10-26 04:26:20 +02:00
committed by GitHub
parent 4fa707f46d
commit 10cd4cc7af

View File

@@ -357,7 +357,7 @@ class DraftToolBar:
mw = FreeCADGui.getMainWindow()
mw.addToolBar(self.tray)
self.tray.setParent(mw)
#self.tray.show()
self.tray.hide()
else:
# create the draft Toolbar