diff options
author | culler <culler> | 2019-11-04 20:44:37 (GMT) |
---|---|---|
committer | culler <culler> | 2019-11-04 20:44:37 (GMT) |
commit | 22ea320a0c6c2818fe339ba40f65405ce9b95f1b (patch) | |
tree | b072f0d7f6bdc812cbdded8073ced8d163484cee /library | |
parent | 88207e0a1c915abc93fe6ee004db7f447b0731c5 (diff) | |
parent | 8f788bba9065216a2ff2c7e9c6d5cbdd2b622b51 (diff) | |
download | tk-22ea320a0c6c2818fe339ba40f65405ce9b95f1b.zip tk-22ea320a0c6c2818fe339ba40f65405ce9b95f1b.tar.gz tk-22ea320a0c6c2818fe339ba40f65405ce9b95f1b.tar.bz2 |
Merge 8.6
Diffstat (limited to 'library')
-rw-r--r-- | library/ttk/entry.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/ttk/entry.tcl b/library/ttk/entry.tcl index 0a61ffa..45e3506 100644 --- a/library/ttk/entry.tcl +++ b/library/ttk/entry.tcl @@ -160,8 +160,8 @@ bind TEntry <<TkEndIMEMarkedText>> { bind TEntry <<TkClearIMEMarkedText>> { %W delete [dict get $::tk::Priv(IMETextMark) "%W"] [%W index insert] } -bind Entry <<TkAccentBackspace>> { - tk::EntryBackspace %W +bind TEntry <<TkAccentBackspace>> { + ttk::entry::Backspace %W } ### Clipboard procedures. |