diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-02-02 09:50:46 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-02-02 09:50:46 (GMT) |
commit | 0547516d16dcfe830857541e6be7c9316bfe8a61 (patch) | |
tree | fa9bd81e01ecbd861cd680d3afca85e27da45259 /library/spinbox.tcl | |
parent | 21453c373d9fc6b7f57826ff0ab4a90ba629c68a (diff) | |
download | tk-0547516d16dcfe830857541e6be7c9316bfe8a61.zip tk-0547516d16dcfe830857541e6be7c9316bfe8a61.tar.gz tk-0547516d16dcfe830857541e6be7c9316bfe8a61.tar.bz2 |
Remove unnecessary end-of-line spacing
Diffstat (limited to 'library/spinbox.tcl')
-rw-r--r-- | library/spinbox.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/spinbox.tcl b/library/spinbox.tcl index 641584d..4d94420 100644 --- a/library/spinbox.tcl +++ b/library/spinbox.tcl @@ -74,8 +74,8 @@ bind Spinbox <<PasteSelection>> { } bind Spinbox <<TraverseIn>> { - %W selection range 0 end - %W icursor end + %W selection range 0 end + %W icursor end } # Standard Motif bindings: |