Minor correction

This commit is contained in:
Adrien Bourmault 2019-08-12 17:15:51 +02:00 committed by GitHub
parent 8e389ddf25
commit c34a88abc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ class LauncherWindow(Tk):
logfile = logger.logCur
logfile.printdbg('Launcher IHM successful')
self.protocol('WM_DELETE_WINDOW', lambda : 0)
self.update()
self.update()
def printmsg(self, msg):
self.mainCanvas.itemconfigure(self.msg, text=(msg))