pass show param to super
This commit is contained in:
parent
2135dcbc81
commit
ab9fd1c32d
1 changed files with 1 additions and 1 deletions
|
|
@ -318,5 +318,5 @@ class AnimateOnce(AnimationSequence):
|
|||
self._running = False
|
||||
|
||||
def animate(self, show=True):
|
||||
super().animate()
|
||||
super().animate(show)
|
||||
return self._running
|
||||
|
|
|
|||
Loading…
Reference in a new issue