beremiz

IDE: fix exception when quitting after using WAMP

15 months ago, Edouard Tisserant
387bd44f6dd1
Parents fd9bfe601d10
Children f54c32474825
IDE: fix exception when quitting after using WAMP
--- a/BeremizIDE.py Wed Mar 05 16:38:58 2025 +0100
+++ b/BeremizIDE.py Mon Mar 10 14:45:59 2025 +0100
@@ -615,6 +615,7 @@
return IDEFrame.LoadTab(self, notebook, page_infos)
def TryCloseFrame(self):
+ global ToDoBeforeQuit
if self.CTR is None or self.CheckSaveBeforeClosing(_("Close Application")):
if self.CTR is not None:
self.CTR.KillDebugThread()