diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-07 15:35:04 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-07 15:35:04 (GMT) |
commit | 14ce825dcd0062ad80540787437ee9decddd4ba1 (patch) | |
tree | fe35033258031da4aa2a9c7bbf602319a0fa41d6 /ChangeLog | |
parent | 202013b4ffd4f5ab925eeed4d3fdcaa4a40c552e (diff) | |
download | tk-14ce825dcd0062ad80540787437ee9decddd4ba1.zip tk-14ce825dcd0062ad80540787437ee9decddd4ba1.tar.gz tk-14ce825dcd0062ad80540787437ee9decddd4ba1.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.
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 Jan Nijtmans <nijtmans@users.sf.net> * unix/tcl.m4 Sync with Tcl version |