mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Issue #17532: Always include Options menu for IDLE on OS X.
Patch by Guilherme Simões.
This commit is contained in:
parent
6724612755
commit
7f0882c920
5 changed files with 8 additions and 2 deletions
|
@ -463,7 +463,6 @@ class EditorWindow(object):
|
|||
]
|
||||
|
||||
if macosxSupport.runningAsOSXApp():
|
||||
del menu_specs[-3]
|
||||
menu_specs[-2] = ("windows", "_Window")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue