mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
More changes to attempt to get the menubar back on exit. Without success:-(
This commit is contained in:
parent
fab7415831
commit
657ba27dde
2 changed files with 14 additions and 2 deletions
|
@ -552,6 +552,8 @@ Py_Main(argc, argv)
|
|||
void
|
||||
PyMac_OutputSeen()
|
||||
{
|
||||
if ( console_output_state == STATE_UNKNOWN )
|
||||
PyMac_InitMenuBar();
|
||||
console_output_state = STATE_LASTREAD;
|
||||
}
|
||||
|
||||
|
@ -561,6 +563,8 @@ PyMac_OutputSeen()
|
|||
void
|
||||
PyMac_OutputNotSeen()
|
||||
{
|
||||
if ( console_output_state == STATE_UNKNOWN )
|
||||
PyMac_InitMenuBar();
|
||||
console_output_state = STATE_LASTWRITE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue