Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7417622 commit 2cf1ddaCopy full SHA for 2cf1dda
1 file changed
Lib/idlelib/macosx.py
@@ -178,7 +178,7 @@ def overrideRootMenu(root, flist):
178
del mainmenu.menudefs[-1][1][0:2]
179
# Remove the 'Configure Idle' entry from the options menu, it is in the
180
# application menu as 'Preferences'
181
- del mainmenu.menudefs[-3][1][0:1]
+ del mainmenu.menudefs[-3][1][0:2]
182
menubar = Menu(root)
183
root.configure(menu=menubar)
184
menudict = {}
0 commit comments