Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove comment that is no longer needed
  • Loading branch information
ronaldoussoren committed Dec 27, 2023
commit 3686a65339d191c10864bf1d72681aca12baa597
3 changes: 0 additions & 3 deletions Lib/idlelib/macosx.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,6 @@ def help_dialog(event=None):
root.bind('<<open-config-dialog>>', config_dialog)
root.createcommand('::tk::mac::ShowPreferences', config_dialog)
if flist:
# The binding above doesn't reliably work on all versions of Tk
# on macOS. Adding command definition below does seem to do the
# right thing for now.
root.createcommand('::tk::mac::Quit', flist.close_all_callback)

if isCarbonTk():
Expand Down