summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2006-11-14 22:44:30 (GMT)
committerjenglish <jenglish@flightlab.com>2006-11-14 22:44:30 (GMT)
commitec0f31f7586f53663f156175c39235356beb09e6 (patch)
treeba8cdd6068d38c38423d44703d373c410b53b51b /ChangeLog
parent7655aa17f84f65e0da4755467acff756c7e3a33c (diff)
downloadtk-ec0f31f7586f53663f156175c39235356beb09e6.zip
tk-ec0f31f7586f53663f156175c39235356beb09e6.tar.gz
tk-ec0f31f7586f53663f156175c39235356beb09e6.tar.bz2
Fix off-by-one bug in tree indicator size computation [#1596021,
patch from Tim Baker]. Increased default size from 7 to 9 pixels.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7144e56..dd30ace 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-11-14 Joe English <jenglish@users.sourceforge.net>
+
+ * generic/ttk/ttkDefaultTheme.c: Fix off-by-one bug in
+ tree indicator size computation [#1596021, patch from Tim Baker].
+ Increased default size from 7 to 9 pixels.
+
2006-11-12 Joe English <jenglish@users.sourceforge.net>
* generic/ttkScroll.c: *correct* fix for #1588251.