Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
(cherry picked from commit c5b670e)

Co-authored-by: Terry Jan Reedy <[email protected]>
  • Loading branch information
terryjreedy authored and miss-islington committed May 18, 2023
1 parent e96fb39 commit 2e9481e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/idlelib/autocomplete_w.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def show_window(self, comp_lists, index, complete, mode, userWantsWin):
acw.withdraw()
acw.wm_overrideredirect(1)
try:
# Prevent grabbing focus on maxOS.
# Prevent grabbing focus on macOS.
acw.tk.call("::tk::unsupported::MacWindowStyle", "style", acw._w,
"help", "noActivates")
except TclError:
Expand Down

0 comments on commit 2e9481e

Please sign in to comment.