diff options
author | dkf <dkf@noemail.net> | 2010-01-07 15:32:17 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2010-01-07 15:32:17 (GMT) |
commit | 064532571c0c2419fbb9ba4ffc6869942c925198 (patch) | |
tree | 4e2fe64ce7917e1ec5cfdbef709a9d9deb5b8089 /ChangeLog | |
parent | 4494a850891a82dd849c607602eafd6f7af1f7f5 (diff) | |
download | tk-064532571c0c2419fbb9ba4ffc6869942c925198.zip tk-064532571c0c2419fbb9ba4ffc6869942c925198.tar.gz tk-064532571c0c2419fbb9ba4ffc6869942c925198.tar.bz2 |
[Bug 2677890]: Fix odd text widget update problem that had scrollbars being
unable to cover the whole widget. Fix is to reify the range to update sooner.
FossilOrigin-Name: 82437bcb62e89a1aacaeda153f5e33a7efb0fbc7
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2010-01-07 Donal K. Fellows <dkf@users.sf.net> + + * generic/tkTextDisp.c (AsyncUpdateLineMetrics): [Bug 2677890]: Fix + odd text widget update problem that had scrollbars being unable to + cover the whole widget. Fix is to reify the range to update sooner. + 2010-01-06 Donal K. Fellows <dkf@users.sf.net> * library/tk.tcl: Centralize the definition of keys that |