mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-35770: IDLE macosx deletes Options => Configure IDLE. (GH-11614)
It previously deleted Window => Zoom Height by mistake. (Zoom Height is now on the Options menu). On Mac, the settings dialog is accessed via Preferences on the IDLE menu.
This commit is contained in:
parent
478f829132
commit
39ed289a35
3 changed files with 9 additions and 1 deletions
|
@ -178,7 +178,7 @@ def overrideRootMenu(root, flist):
|
|||
del mainmenu.menudefs[-1][1][0:2]
|
||||
# Remove the 'Configure Idle' entry from the options menu, it is in the
|
||||
# application menu as 'Preferences'
|
||||
del mainmenu.menudefs[-2][1][0]
|
||||
del mainmenu.menudefs[-3][1][0:1]
|
||||
menubar = Menu(root)
|
||||
root.configure(menu=menubar)
|
||||
menudict = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue