summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2004-06-07 16:23:51 (GMT)
committervincentdarley <vincentdarley>2004-06-07 16:23:51 (GMT)
commit707b3331e7ce6cd33034f9c2729c24982d9f6e20 (patch)
tree40a875b516769d6ce221b7d15fae1fc2005d34f2 /ChangeLog
parent6942d1174b14dc8d29cb5be46707909e718e89c7 (diff)
downloadtk-707b3331e7ce6cd33034f9c2729c24982d9f6e20.zip
tk-707b3331e7ce6cd33034f9c2729c24982d9f6e20.tar.gz
tk-707b3331e7ce6cd33034f9c2729c24982d9f6e20.tar.bz2
text widget partial line height calculations fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7dc2593..019e1e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-06-07 Vince Darley <vincentdarley@users.sourceforge.net>
+
+ * generic/tkTextDisp.c:
+ * generic/tkTextBTree.c: fix to (Bug 965186) in which the text
+ widget's record of partial-line-height calculations (for very
+ long wrapped lines) was being incorrectly reused. This resulted
+ in confusing scrollbar-text interactions.
+
2004-06-06 Pat Thoyts <patthoyts@users.sourceforge.net>
* tests/frame.test: Fix frame-2.8 for ![info exists env(DISPLAY)]