mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-33924: Add missed mac-specific 'windows' to 'window' changes (GH-7920)
These should have been included in PR 7836.
This commit is contained in:
parent
937ee9e745
commit
42397731d7
1 changed files with 2 additions and 2 deletions
|
@ -158,8 +158,8 @@ def overrideRootMenu(root, flist):
|
|||
|
||||
if end > 0:
|
||||
menu.delete(0, end)
|
||||
windows.add_windows_to_menu(menu)
|
||||
windows.register_callback(postwindowsmenu)
|
||||
window.add_windows_to_menu(menu)
|
||||
window.register_callback(postwindowsmenu)
|
||||
|
||||
def about_dialog(event=None):
|
||||
"Handle Help 'About IDLE' event."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue