fix regression with adding TC to job

This commit is contained in:
sliptonic
2024-06-18 07:29:23 -05:00
parent 18a23b8260
commit 00bdb354b3

View File

@@ -440,6 +440,7 @@ class ToolBitSelector(object):
self.loadData() # Load the initial data for the tool model
self.form.tools.setModel(self.toolModel)
self.form.tools.selectionModel().selectionChanged.connect(self.enableButtons)
self.form.tools.doubleClicked.connect(
partial(self.selectedOrAllToolControllers)
)