Skip to content
Snippets Groups Projects
Commit 3f89ce7b authored by shinedday's avatar shinedday
Browse files

Fix exit program

parent 655da331
Branches
No related tags found
No related merge requests found
......@@ -241,7 +241,6 @@ class Controleur:
self.__scheduler.save()
def updateCycle(self) -> None:
self.updateWindow()
try:
self.updateWindow()
except:
......
......@@ -289,10 +289,14 @@ class Fenetre :
"""
Notify the controleur to stop the app and close the window
"""
def on_closing(self) -> None:
self.__observer.updateClosing()
for pan in self.__panelGraphiques:
pan.quit()
self.__panelVue.quit()
self.__panelCommandes.quit()
self.__panel_log.quit()
self.__root.quit()
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment