diff options
author | hobbs <hobbs> | 2004-05-04 00:39:45 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-05-04 00:39:45 (GMT) |
commit | cfa2caa8be76ffed4179c1f51779095c837cab14 (patch) | |
tree | 8a0a2f122e8d7b5b26cf32df9ce0a06faa142ca5 /ChangeLog | |
parent | d29e8db2badac2db52e78d1726b1cd2f105e64e6 (diff) | |
download | tk-cfa2caa8be76ffed4179c1f51779095c837cab14.zip tk-cfa2caa8be76ffed4179c1f51779095c837cab14.tar.gz tk-cfa2caa8be76ffed4179c1f51779095c837cab14.tar.bz2 |
* unix/tkUnixButton.c (TkpDrawCheckIndicator): allow radiobuttons
to be drawn when disabledforeground and/or selectcolor are NULL.
[Bug #826850] (griffin)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2004-05-03 Jeff Hobbs <jeffh@ActiveState.com> + * unix/tkUnixButton.c (TkpDrawCheckIndicator): allow radiobuttons + to be drawn when disabledforeground and/or selectcolor are NULL. + [Bug #826850] (griffin) + * win/tkWinMenu.c, unix/tkUnixMenu.c (DrawMenuEntryLabel): place images of compound menu entries in indicator space if not a radio of checkbutton. [Bug #756952] (eserte) |