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

@@ -134,7 +134,7 @@ class QuantitySpinBox(QtCore.QObject):
def eventFilter(self, obj, event):
if event.type() == QtCore.QEvent.Type.FocusIn:
self.updateSpinBox()
self.updateWidget()
return False
def onWidgetValueChanged(self):