summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorculler <culler>2019-11-04 20:44:37 (GMT)
committerculler <culler>2019-11-04 20:44:37 (GMT)
commit22ea320a0c6c2818fe339ba40f65405ce9b95f1b (patch)
treeb072f0d7f6bdc812cbdded8073ced8d163484cee /library
parent88207e0a1c915abc93fe6ee004db7f447b0731c5 (diff)
parent8f788bba9065216a2ff2c7e9c6d5cbdd2b622b51 (diff)
downloadtk-22ea320a0c6c2818fe339ba40f65405ce9b95f1b.zip
tk-22ea320a0c6c2818fe339ba40f65405ce9b95f1b.tar.gz
tk-22ea320a0c6c2818fe339ba40f65405ce9b95f1b.tar.bz2
Merge 8.6
Diffstat (limited to 'library')
-rw-r--r--library/ttk/entry.tcl4
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.