This commit is contained in:
yumoqing 2022-06-23 19:10:32 +08:00
parent 27b10b025b
commit 1dd1e8aa94

View File

@ -26,7 +26,7 @@ class FFVideo(Image):
position = NumericProperty(-1)
volume = NumericProperty(-1)
framerate = NumericProperty(180)
in_center_focus = BooleanProperty(Fasle)
in_center_focus = BooleanProperty(False)
def __init__(self, **kwargs):
self._player = None