Relase 3.13.0 & 1.13.0

This commit is contained in:
MikeTheWatchGuy 2018-10-29 22:39:03 -04:00
parent f7793300e1
commit 16df036d20
2 changed files with 98 additions and 14 deletions

View file

@ -3089,9 +3089,10 @@ class Window:
# IT FINALLY WORKED! 29-Oct-2018 was the first time this damned thing got called
def OnClosingCallback(self):
# print('Got closing callback')
print('Got closing callback')
self.TKroot.quit() # kick the users out of the mainloop
self.TKroot.destroy() # kick the users out of the mainloop
if self.CurrentlyRunningMainloop: # quit if this is the current mainloop, otherwise don't quit!
self.TKroot.destroy() # kick the users out of the mainloop
return