bugfix
This commit is contained in:
parent
647be39562
commit
850e256a94
@ -108,7 +108,9 @@ class FFVideo(WidgetReady, Image):
|
||||
if self._player is None:
|
||||
return
|
||||
|
||||
Window.allow_screensaver = True
|
||||
if self.status == 'play':
|
||||
Window.allow_screensaver = False
|
||||
self._player.set_pause(False)
|
||||
elif self.status == 'pause':
|
||||
self._player.set_pause(True)
|
||||
|
@ -1 +1 @@
|
||||
__version__ = '0.3.13'
|
||||
__version__ = '0.3.14'
|
||||
|
Loading…
Reference in New Issue
Block a user