summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-10-24 20:52:06 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-10-24 20:52:06 (GMT)
commitf2558546eb92aa2b7d21acbfede61d3641b1f732 (patch)
tree89df034e6f2f326d6f0583aed93b690df7657768 /ChangeLog
parentefa0b4b98fd47fe1dae24dc693e1a3126f908fdc (diff)
downloadtk-f2558546eb92aa2b7d21acbfede61d3641b1f732.zip
tk-f2558546eb92aa2b7d21acbfede61d3641b1f732.tar.gz
tk-f2558546eb92aa2b7d21acbfede61d3641b1f732.tar.bz2
Backport of fix for [Bug 2883712].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e6b336..28a7e63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2009-10-24 Donal K. Fellows <dkf@users.sf.net>
+ * macosx/ttkMacOSXTheme.c (RangeToFactor, TrackElementDraw)
+ (PbarElementDraw): [Bug 2883712]: Corrected scaling of progress bars
+ and scales, and backported the fix for 64-bitness.
+
* library/button.tcl, unix/tkUnixButton.c (TkpDisplayButton):
[Patch 1530276]: Make -selectcolor handling work better for both
checkbuttons and radiobuttons when they don't have indicators.