Complete: do not build the Complete workbench because it is empty

If it is "built", it can be hidden by commenting out the last line
which adds it to the system:
`# Gui.addWorkbench(CompleteWorkbench())`
This commit is contained in:
vocx-fc
2020-09-30 19:55:21 -05:00
committed by wwmayer
parent c3a8fcf594
commit f4ff61c354
2 changed files with 2 additions and 2 deletions

View File

@@ -43,4 +43,4 @@ class CompleteWorkbench(Workbench):
def GetClassName(self):
return "Gui::PythonWorkbench"
Gui.addWorkbench(CompleteWorkbench())
# Gui.addWorkbench(CompleteWorkbench())