We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee9322 commit f5694bcCopy full SHA for f5694bc
1 file changed
Packages/vcs/Lib/configurator.py
@@ -643,11 +643,8 @@ def stop_animating(self):
643
644
def set_animation_frame(self, value):
645
value = int(value)
646
- self.canvas.animate.draw_frame(value)
+ self.canvas.animate.draw_frame(value, allow_static=False, render_offscreen=False)
647
return value
648
- def final_animation_frame(self, value):
649
- value = int(value)
650
- self.canvas.animate.draw_frame(value, allow_static = False, render_offscreen = False)
651
652
def set_background_red(self, value):
653
_, g, b = self.canvas.backgroundcolor
0 commit comments