summaryrefslogtreecommitdiffstats
path: root/library/iconlist.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-14 07:37:17 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-14 07:37:17 (GMT)
commite9dc305d78edf450789ae4494b6c44d7a2e0b65a (patch)
tree8c7849bbef27f12c25edeeb7a57e5d940b219b92 /library/iconlist.tcl
parent4511e01659c99d0bd13e19048e94bf5a543ef00d (diff)
parent075429fc2cc7afc986bc3839feacf935c89ccbc7 (diff)
downloadtk-e9dc305d78edf450789ae4494b6c44d7a2e0b65a.zip
tk-e9dc305d78edf450789ae4494b6c44d7a2e0b65a.tar.gz
tk-e9dc305d78edf450789ae4494b6c44d7a2e0b65a.tar.bz2
Merge 8.6
Diffstat (limited to 'library/iconlist.tcl')
-rw-r--r--library/iconlist.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/iconlist.tcl b/library/iconlist.tcl
index 35b40b6..a7acffa 100644
--- a/library/iconlist.tcl
+++ b/library/iconlist.tcl
@@ -705,7 +705,7 @@ package require Tk 8.6
}
}
- if {$theIndex > -1} {
+ if {$theIndex >= 0} {
$w selection clear 0 end
$w selection set $theIndex
$w selection anchor $theIndex