diff options
author | wolfsuit <wolfsuit> | 2005-06-03 17:06:21 (GMT) |
---|---|---|
committer | wolfsuit <wolfsuit> | 2005-06-03 17:06:21 (GMT) |
commit | b47015e039bd872d4575c1493788ba4d5d675f83 (patch) | |
tree | 1d6fbed221951f5587d3c247754323e1816694a0 /ChangeLog | |
parent | 4b070c479d73498774dd20d8c7723b9cee72133b (diff) | |
download | tk-b47015e039bd872d4575c1493788ba4d5d675f83.zip tk-b47015e039bd872d4575c1493788ba4d5d675f83.tar.gz tk-b47015e039bd872d4575c1493788ba4d5d675f83.tar.bz2 |
2005-06-02 Jim Ingham <jingham@apple.com>
Another patch from M. Kirkham.
* macosx/tkMacOSXScrlbr.c (ThumbActionProc, ScrollBarBindProc):
Record the first mouse down point, and compute differences from
that, rather than getting the mouse down each time through the
loop. The old method would get fooled if you moved the mouse less
than a text line height in the text widget.
[Bug 1083728]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2005-06-02 Jim Ingham <jingham@apple.com> + + Another patch from M. Kirkham. + + * macosx/tkMacOSXScrlbr.c (ThumbActionProc, ScrollBarBindProc): + Record the first mouse down point, and compute differences from + that, rather than getting the mouse down each time through the + loop. The old method would get fooled if you moved the mouse less + than a text line height in the text widget. + [Bug 1083728] + 2005-06-03 Daniel Steffen <das@users.sourceforge.net> * macosx/Makefile: fixed 'embedded' target. |