This commit is contained in:
yumoqing 2020-08-30 10:26:43 +08:00
parent da8df5906e
commit f17f69982e

View File

@ -57,8 +57,8 @@ class WidgetReady(EventDispatcher):
'window_children': window.children[:]} 'window_children': window.children[:]}
print('on_fullscreen()*******1******') print('on_fullscreen()*******1******')
if platform in desktopOSs: # if platform in desktopOSs:
Window.maximize() # Window.maximize()
print('on_fullscreen()*******2******') print('on_fullscreen()*******2******')
# remove all window children # remove all window children
for child in window.children[:]: for child in window.children[:]: