This commit is contained in:
yumoqing 2022-09-09 16:24:56 +08:00
parent 6b8082fc86
commit dcf5812a3a
2 changed files with 2 additions and 1 deletions

View File

@ -137,6 +137,7 @@ class FFVideo(WidgetReady, Image):
self.playing = True self.playing = True
if self.duration > 0: if self.duration > 0:
p = self._position / self.duration * self.width p = self._position / self.duration * self.width
self.canvas.after.clear()
with self.canvas.after: with self.canvas.after:
Color(1,1,1,1) Color(1,1,1,1)
Line() Line()

View File

@ -1 +1 @@
__version__ = '0.3.5' __version__ = '0.3.6'