Open
Description
https://sentry.io/andre-5t/pywallet/issues/501682870/
On MacOS:
AttributeError: 'super' object has no attribute 'on_disabled'
(20 additional frame(s) were not displayed)
...
File "kivy/properties.pyx", line 571, in kivy.properties.Property.dispatch (kivy/properties.c:7107)
ps.observers.dispatch(obj, ps.value, None, None, 0)
File "kivy/_event.pyx", line 1214, in kivy._event.EventObservers.dispatch (kivy/_event.c:14035)
result = self._dispatch(
File "kivy/_event.pyx", line 1120, in kivy._event.EventObservers._dispatch (kivy/_event.c:13193)
return f(obj, value)
File "kivymd/button.py", line 294, in on_disabled
super(BaseRaisedButton, self).on_disabled(instance, value)
File "kivymd/button.py", line 178, in on_disabled
super(BaseButton, self).on_disabled(instance, value)
AttributeError: 'super' object has no attribute 'on_disabled'
Activity