bugfix
This commit is contained in:
parent
5e5bf1e4e1
commit
e20e5ff1ba
@ -31,7 +31,7 @@ class NewVideo(Video):
|
|||||||
if hasattr(self._video, '_ffplayer'):
|
if hasattr(self._video, '_ffplayer'):
|
||||||
self.ffplayer = self._video._ffplayer
|
self.ffplayer = self._video._ffplayer
|
||||||
|
|
||||||
Window.bind(on_rotate=self.ctrl_fullscreen)
|
Window.bind(on_size=self.ctrl_fullscreen)
|
||||||
|
|
||||||
def ctrl_fullscreen(self,*args):
|
def ctrl_fullscreen(self,*args):
|
||||||
print('newvideo(),crtl_fullscreen',args)
|
print('newvideo(),crtl_fullscreen',args)
|
||||||
|
Loading…
Reference in New Issue
Block a user