bugfix
This commit is contained in:
parent
6b8082fc86
commit
dcf5812a3a
@ -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()
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = '0.3.5'
|
__version__ = '0.3.6'
|
||||||
|
Loading…
Reference in New Issue
Block a user