mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
bpo-46996: IDLE: Drop workarounds for old Tk versions (GH-31962)
This commit is contained in:
parent
92a6abf72e
commit
383a3bec74
3 changed files with 1 additions and 36 deletions
|
|
@ -1588,7 +1588,7 @@ class WinPage(Frame):
|
|||
win_height_int: Entry > win_height
|
||||
frame_cursor: Frame
|
||||
indent_title: Label
|
||||
indent_chooser: Spinbox (Combobox < 8.5.9) > indent_spaces
|
||||
indent_chooser: Spinbox > indent_spaces
|
||||
blink_on: Checkbutton > cursor_blink
|
||||
frame_autocomplete: Frame
|
||||
auto_wait_title: Label
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue