bugfix
This commit is contained in:
parent
27b10b025b
commit
1dd1e8aa94
@ -26,7 +26,7 @@ class FFVideo(Image):
|
|||||||
position = NumericProperty(-1)
|
position = NumericProperty(-1)
|
||||||
volume = NumericProperty(-1)
|
volume = NumericProperty(-1)
|
||||||
framerate = NumericProperty(180)
|
framerate = NumericProperty(180)
|
||||||
in_center_focus = BooleanProperty(Fasle)
|
in_center_focus = BooleanProperty(False)
|
||||||
|
|
||||||
def __init__(self, **kwargs):
|
def __init__(self, **kwargs):
|
||||||
self._player = None
|
self._player = None
|
||||||
|
Loading…
Reference in New Issue
Block a user