This commit is contained in:
yumoqing 2020-08-08 20:53:35 +08:00
parent 5e5bf1e4e1
commit e20e5ff1ba

View File

@ -31,7 +31,7 @@ class NewVideo(Video):
if hasattr(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):
print('newvideo(),crtl_fullscreen',args)