CAM: Fix: updateSpinBox renamed to updateWidget

This commit is contained in:
Samuel Abels
2025-05-20 17:08:21 +02:00
parent d5bc1642dc
commit 0fb67224d3
11 changed files with 36 additions and 36 deletions

View File

@@ -232,10 +232,10 @@ class ToolControllerEditor(object):
tc = self.obj
self.form.tcName.setText(tc.Label)
self.form.tcNumber.setValue(tc.ToolNumber)
self.horizFeed.updateSpinBox()
self.horizRapid.updateSpinBox()
self.vertFeed.updateSpinBox()
self.vertRapid.updateSpinBox()
self.horizFeed.updateWidget()
self.horizRapid.updateWidget()
self.vertFeed.updateWidget()
self.vertRapid.updateWidget()
self.form.spindleSpeed.setValue(tc.SpindleSpeed)
self.selectInComboBox(tc.SpindleDir, self.form.spindleDirection)