1
0

kivy wizard: don't use auto-dismiss. rename classes

This commit is contained in:
ThomasV
2016-01-19 23:10:10 +01:00
parent b1f9f7faed
commit 4bfaa1fa02
3 changed files with 18 additions and 46 deletions

View File

@@ -56,7 +56,7 @@ class AnimatedPopup(Factory.Popup):
anim.bind(on_complete=on_complete)
anim.start(self)
class EventsDialog(AnimatedPopup):
class EventsDialog(Factory.Popup):
''' Abstract Popup that provides the following events
.. events::
`on_release`