Add sequence fix.
This commit is contained in:
parent
05c690803f
commit
4d8971d383
1 changed files with 2 additions and 2 deletions
|
|
@ -317,6 +317,6 @@ class AnimateOnce(AnimationSequence):
|
|||
super().on_cycle_complete()
|
||||
self._running = False
|
||||
|
||||
def animate(self):
|
||||
super().animate()
|
||||
def animate(self, show=True):
|
||||
super().animate(show)
|
||||
return self._running
|
||||
|
|
|
|||
Loading…
Reference in a new issue