summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-31 13:20:38 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-31 13:20:38 (GMT)
commit5f715cdb82eb9359f525faddad8ca97c8831378f (patch)
tree8123b15f510b2e96528702b6a085972aad032249 /library
parent6a43889bd93ef12910627c501dbf335e73750149 (diff)
downloadtk-5f715cdb82eb9359f525faddad8ca97c8831378f.zip
tk-5f715cdb82eb9359f525faddad8ca97c8831378f.tar.gz
tk-5f715cdb82eb9359f525faddad8ca97c8831378f.tar.bz2
Remove comment which is not true any more. Some more formatting
Diffstat (limited to 'library')
-rw-r--r--library/ttk/scrollbar.tcl2
1 files changed, 0 insertions, 2 deletions
diff --git a/library/ttk/scrollbar.tcl b/library/ttk/scrollbar.tcl
index 1213450..8be9887 100644
--- a/library/ttk/scrollbar.tcl
+++ b/library/ttk/scrollbar.tcl
@@ -29,8 +29,6 @@ switch [tk windowingsystem] {
x11 {
lappend eventList <Button-4> <Button-5> \
<Shift-Button-4> <Shift-Button-5>
- # For tk 8.7, the event list will be extended by
- # <Button-6> <Button-7>
}
}
foreach event $eventList {