summaryrefslogtreecommitdiffstats
path: root/library/spinbox.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-30 10:27:57 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-30 10:27:57 (GMT)
commit2ce78dbcc2f05692112c692a562a08b477ff06ab (patch)
tree32092614d0ad3d6ab3cc1d18dccafbcdcf39dc42 /library/spinbox.tcl
parent0cb239938a9e6edddcf4161a699e9cda2b74888e (diff)
downloadtk-2ce78dbcc2f05692112c692a562a08b477ff06ab.zip
tk-2ce78dbcc2f05692112c692a562a08b477ff06ab.tar.gz
tk-2ce78dbcc2f05692112c692a562a08b477ff06ab.tar.bz2
tk::endOfGlyphCluster doesn't exist
Diffstat (limited to 'library/spinbox.tcl')
-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> {