This commit is contained in:
yumoqing 2021-08-03 21:52:12 +08:00
parent 25cbfeb90d
commit fc92fffd1a

View File

@ -94,6 +94,9 @@ class WidgetReady(object):
# Window.restore() # Window.restore()
state = self._fullscreen_state state = self._fullscreen_state
window.remove_widget(self) window.remove_widget(self)
for c in state['window_children']:
if c in Window.children:
Window.remove_widget(c)
for child in state['window_children']: for child in state['window_children']:
window.add_widget(child) window.add_widget(child)
self.pos_hint = state['pos_hint'] self.pos_hint = state['pos_hint']