summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-07-29 01:08:54 (GMT)
committerericm <ericm>2000-07-29 01:08:54 (GMT)
commit8635c0d7f9be9de36520f329efdcd09c3c61d47e (patch)
treed73e8112794686e6024f95a8c2c9767f28160867 /ChangeLog
parente16ace7494c18ca956b24fad670adf43fb0feba3 (diff)
downloadtk-8635c0d7f9be9de36520f329efdcd09c3c61d47e.zip
tk-8635c0d7f9be9de36520f329efdcd09c3c61d47e.tar.gz
tk-8635c0d7f9be9de36520f329efdcd09c3c61d47e.tar.bz2
* unix/tkUnixButton.c (TkpDisplayButton): Added bits to change
the indicator color when radio-/check-buttons are disabled. This reduces the visual incongruity when a group of these controls are disabled together.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index de3c983..ac3ee7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2000-07-28 Eric Melski <ericm@ajubasolutions.com>
+ * unix/tkUnixButton.c (TkpDisplayButton): Added bits to change
+ the indicator color when radio-/check-buttons are disabled. This
+ reduces the visual incongruity when a group of these controls are
+ disabled together.
+
* win/tkWinMenu.c (ReconfigureWindowsMenu): Added MF_GRAYED bit
for disabled menu entries, to ensure that those which are drawn by
the system are shown grayed (such as entries on menubars) [Bug: 4372].