mirror of
https://github.com/python/cpython.git
synced 2025-10-12 18:02:39 +00:00
clear quitMainLoop when we fall through the main loop
This commit is contained in:
parent
8988fb239b
commit
64b24fb062
1 changed files with 1 additions and 0 deletions
|
@ -1034,6 +1034,7 @@ Tkapp_MainLoop (self, args)
|
||||||
}
|
}
|
||||||
Tk_DoOneEvent (0);
|
Tk_DoOneEvent (0);
|
||||||
}
|
}
|
||||||
|
quitMainLoop = 0;
|
||||||
|
|
||||||
if (errorInCmd)
|
if (errorInCmd)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue