diff options
author | drh@sqlite.org <drh> | 2003-01-23 23:30:11 (GMT) |
---|---|---|
committer | drh@sqlite.org <drh> | 2003-01-23 23:30:11 (GMT) |
commit | 6fcc710f4051c02fa35842f9257cc2af18edc39e (patch) | |
tree | dd6bd5b08988c9e068ede5b1ea4161854f8bf940 /ChangeLog | |
parent | 63621bfadbb2827543dec4243c786dc8e6eb81ff (diff) | |
download | tk-6fcc710f4051c02fa35842f9257cc2af18edc39e.zip tk-6fcc710f4051c02fa35842f9257cc2af18edc39e.tar.gz tk-6fcc710f4051c02fa35842f9257cc2af18edc39e.tar.bz2 |
Fix the entry widget's KeyPress binding so that text is entered from
left to right, not right to left, even if the mouse button is being
held down. [Bug #673687].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-01-23 D. Richard Hipp <drh@hwaci.com> + + * library/entry.tcl: Fix the KeyPress binding on the entry widget + so that it enters text from left to right (not right to left) even + if the mouse button is being held down. [Bug #673687] + 2003-01-22 Donal K. Fellows <fellowsd@cs.man.ac.uk> * generic/tkFrame.c (TkToplevelWindowForCommand): Added way of |