diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-10-24 20:52:06 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-10-24 20:52:06 (GMT) |
commit | 2e0a87dbffb1e729ecf5a7f523eecf75be28f8ef (patch) | |
tree | 89df034e6f2f326d6f0583aed93b690df7657768 /ChangeLog | |
parent | 9d6f717c60ba54bfeeb329910908430f59bc7813 (diff) | |
download | tk-2e0a87dbffb1e729ecf5a7f523eecf75be28f8ef.zip tk-2e0a87dbffb1e729ecf5a7f523eecf75be28f8ef.tar.gz tk-2e0a87dbffb1e729ecf5a7f523eecf75be28f8ef.tar.bz2 |
Backport of fix for [Bug 2883712].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |