Kaydet (Commit) 64b24fb0 authored tarafından Guido van Rossum's avatar Guido van Rossum

clear quitMainLoop when we fall through the main loop

üst 8988fb23
...@@ -1034,6 +1034,7 @@ Tkapp_MainLoop (self, args) ...@@ -1034,6 +1034,7 @@ Tkapp_MainLoop (self, args)
} }
Tk_DoOneEvent (0); Tk_DoOneEvent (0);
} }
quitMainLoop = 0;
if (errorInCmd) if (errorInCmd)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment