summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-30 10:31:56 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-30 10:31:56 (GMT)
commit2c08343780af6943598042b2050148a6de2fa851 (patch)
treeb6f71b37cf44fa656813542272cf2dc467e71474 /library
parentfa3fbf83d05e2aae8300080680039943ec40074d (diff)
parent2ce78dbcc2f05692112c692a562a08b477ff06ab (diff)
downloadtk-2c08343780af6943598042b2050148a6de2fa851.zip
tk-2c08343780af6943598042b2050148a6de2fa851.tar.gz
tk-2c08343780af6943598042b2050148a6de2fa851.tar.bz2
Merge 8.7
Diffstat (limited to 'library')
-rw-r--r--library/spinbox.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/spinbox.tcl b/library/spinbox.tcl
index 1430800..ce200a0 100644
--- a/library/spinbox.tcl
+++ b/library/spinbox.tcl
@@ -176,7 +176,7 @@ bind Spinbox <Delete> {
%W delete sel.first sel.last
} else {
%W delete [tk::startOfCluster [%W get] [%W index insert]] \
- [tk::endOfGlyphCluster [%W get] [%W index insert]]
+ [tk::endOfCluster [%W get] [%W index insert]]
}
}
bind Spinbox <BackSpace> {