diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2009-05-14 11:54:00 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2009-05-14 11:54:00 (GMT) |
commit | 0f9335814309741068e4d1326108c47d654c0d1d (patch) | |
tree | 016d4b507c3afcbc4f970d502c1581ac1c3fe230 /ChangeLog | |
parent | 3624cdf255546ee3aa2f5f8fa60216aede7cf0a6 (diff) | |
download | tk-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |