diff options
author | vincentdarley <vincentdarley> | 2005-01-11 16:00:11 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2005-01-11 16:00:11 (GMT) |
commit | 5d7eebf8c86c839ebc2f03e4ab8c6ad32a81218d (patch) | |
tree | df2f266c1610a8a80212720eb1ed9bbcd869229d /ChangeLog | |
parent | b1247c27b40bfccec96025d912ed063e9280eda0 (diff) | |
download | tk-5d7eebf8c86c839ebc2f03e4ab8c6ad32a81218d.zip tk-5d7eebf8c86c839ebc2f03e4ab8c6ad32a81218d.tar.gz tk-5d7eebf8c86c839ebc2f03e4ab8c6ad32a81218d.tar.bz2 |
fix to text widget bug
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-01-11 Vince Darley <vincentdarley@users.sourceforge.net> + + * generic/tkTextDisp.c: fix to scrollbar height calculations + of text widgets containing a single very long (wrapped) line. + This fixes at least part of [Bug 1093631]. + 2005-01-11 Donal K. Fellows <donal.k.fellows@man.ac.uk> * generic/tkObj.c (TkParsePadAmount): |