Kaydet (Commit) e44545fc authored tarafından Jack Jansen's avatar Jack Jansen

Workaround for bug in MSL and CWGUSI interaction that stopped the

"don't close window on exit" feature to work.
üst 3089b7ee
......@@ -454,6 +454,13 @@ PyMac_Exit(status)
SIOUXSettings.standalone = 1;
SIOUXSettings.autocloseonquit = 0;
SIOUXSetTitle("\p\307terminated\310");
#ifdef USE_MSL
/*
** Temporary workaround: autocloseonquit clearing does not
** currently work for the MSL/GUSI combo.
*/
while(getchar() > 0);
#endif
}
else
SIOUXSettings.autocloseonquit = 1;
......
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