summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-05-04 00:39:45 (GMT)
committerhobbs <hobbs>2004-05-04 00:39:45 (GMT)
commitcfa2caa8be76ffed4179c1f51779095c837cab14 (patch)
tree8a0a2f122e8d7b5b26cf32df9ce0a06faa142ca5 /ChangeLog
parentd29e8db2badac2db52e78d1726b1cd2f105e64e6 (diff)
downloadtk-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bc0d81e..970233b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)