bugfix
This commit is contained in:
parent
da8df5906e
commit
f17f69982e
@ -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[:]:
|
||||||
|
Loading…
Reference in New Issue
Block a user