CAM: Fix: updateSpinBox renamed to updateWidget
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user