summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2009-04-10 16:55:19 (GMT)
committerjenglish <jenglish@flightlab.com>2009-04-10 16:55:19 (GMT)
commit58d7254dcea0c83333a1f6c680e544393efdbd07 (patch)
tree26fee2f3a920ded8b8b500e9cfc79c2ac82bad04 /ChangeLog
parentbeea78b6faa595692094d9f1c75ca2311884771d (diff)
downloadtk-58d7254dcea0c83333a1f6c680e544393efdbd07.zip
tk-58d7254dcea0c83333a1f6c680e544393efdbd07.tar.gz
tk-58d7254dcea0c83333a1f6c680e544393efdbd07.tar.bz2
tk_setPalette: Don't set *selectColor: #b03060;
this makes radio- and checkbuttons look wrong post-TIP#109.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c842b51..0020e49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-04-10 Joe English <jenglish@users.sourceforge.net
+
+ * library/palette.tcl(tk_setPalette): Don't set
+ *selectColor: #b03060; this makes radio- and checkbuttons
+ look wrong post-TIP#109.
+
2008-04-10 Daniel Steffen <das@users.sourceforge.net>
* library/msgbox.tcl: don't set msgbox bitmap background on TkAqua.