mirror of https://github.com/kivy/kivy.git
forgot to set the loaded flag
This commit is contained in:
parent
f51b418ef0
commit
ba12dd84bf
|
@ -200,6 +200,7 @@ class Video(Image):
|
|||
self.eos = True
|
||||
|
||||
def _on_load(self, *largs):
|
||||
self.loaded = True
|
||||
self._on_video_frame(largs)
|
||||
|
||||
def on_volume(self, instance, value):
|
||||
|
|
Loading…
Reference in New Issue