diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-10 14:20:42 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-10 14:20:42 (GMT) |
commit | 532ab7d7c67ae98335942d7bf2b169be72949772 (patch) | |
tree | 4d9193a827207d7d0c7faa05fc2dc9f75b464577 /library/ttk/scrollbar.tcl | |
parent | e0bd909e9cbf88687b78a5bea9cf90fe251bf3c9 (diff) | |
download | tk-532ab7d7c67ae98335942d7bf2b169be72949772.zip tk-532ab7d7c67ae98335942d7bf2b169be72949772.tar.gz tk-532ab7d7c67ae98335942d7bf2b169be72949772.tar.bz2 |
Remove excess spacing in various library files.
Diffstat (limited to 'library/ttk/scrollbar.tcl')
-rw-r--r-- | library/ttk/scrollbar.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/ttk/scrollbar.tcl b/library/ttk/scrollbar.tcl index 4bd5107..17d729d 100644 --- a/library/ttk/scrollbar.tcl +++ b/library/ttk/scrollbar.tcl @@ -86,7 +86,7 @@ proc ttk::scrollbar::Press {w x y} { proc ttk::scrollbar::Drag {w x y} { variable State if {![info exists State(first)]} { - # Initial buttonpress was not on the thumb, + # Initial buttonpress was not on the thumb, # or something screwy has happened. In either case, ignore: return; } |