Redesigned ops defaults to use combo box for op selection and only have one editor visibile at the time.

This commit is contained in:
markus
2018-08-30 11:50:39 -07:00
committed by Markus Lampert
parent 9cc08cee0f
commit ff54af4e9b
3 changed files with 28 additions and 11 deletions

View File

@@ -491,7 +491,7 @@ class TaskPanel:
self.stockEdit = None
self.setupGlobal = PathSetupSheetGui.GlobalEditor(self.obj.SetupSheet, self.form)
self.setupOps = PathSetupSheetGui.OpsDefaultEditor(self.obj.SetupSheet, self.form.tabOpDefaults)
self.setupOps = PathSetupSheetGui.OpsDefaultEditor(self.obj.SetupSheet, self.form)
def preCleanup(self):
PathLog.track()