summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2009-05-14 11:54:00 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2009-05-14 11:54:00 (GMT)
commit0f9335814309741068e4d1326108c47d654c0d1d (patch)
tree016d4b507c3afcbc4f970d502c1581ac1c3fe230 /ChangeLog
parent3624cdf255546ee3aa2f5f8fa60216aede7cf0a6 (diff)
downloadtk-0f9335814309741068e4d1326108c47d654c0d1d.zip
tk-0f9335814309741068e4d1326108c47d654c0d1d.tar.gz
tk-0f9335814309741068e4d1326108c47d654c0d1d.tar.bz2
[Bug 1923684]: checkbuttons must prefer off over the indeterminate state
If a checkbutton offvalue is the same as the tristate value we should use the off state in preference. (andrey gusev)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa1342b..3857016 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-05-14 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * generic/tkButton.c: [Bug 1923684]: If a checkbutton offvalue is
+ the same as the tristate value we should use the off state in
+ preference. (andrey gusev)
+
2009-05-13 Pat Thoyts <patthoyts@users.sourceforge.net>
* win/tkWinSend.c: FormatMessage should always use the ignore-inserts