kivy: reset button state
This commit is contained in:
@@ -342,6 +342,7 @@
|
||||
# Clock.schedule_once(lambda dt: self.parent.parent.dismiss() if self.parent else None, 0.05)
|
||||
on_press:
|
||||
Clock.schedule_once(lambda dt: app.popup_dialog(self.name), 0.05)
|
||||
self.state = 'normal'
|
||||
|
||||
|
||||
BoxLayout:
|
||||
|
||||
Reference in New Issue
Block a user