diff options
author | hobbs <hobbs> | 2003-02-25 02:07:25 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-02-25 02:07:25 (GMT) |
commit | d665260f8de4cab05575ab6784d8bc4f62a0cd54 (patch) | |
tree | 5bbcbe723f2c23a6f4558e3b491027f993b081c8 /ChangeLog | |
parent | 3cbdddcb83366ade6f30adef2061fcfb28acdb55 (diff) | |
download | tk-d665260f8de4cab05575ab6784d8bc4f62a0cd54.zip tk-d665260f8de4cab05575ab6784d8bc4f62a0cd54.tar.gz tk-d665260f8de4cab05575ab6784d8bc4f62a0cd54.tar.bz2 |
* generic/tkListbox.c (ListboxSelectionSubCmd):
* tests/listbox.test: Allow 'selection includes' to respond when
disabled (but only 'includes'). [Bug #632514]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2003-02-24 Jeff Hobbs <jeffh@ActiveState.com> + * generic/tkListbox.c (ListboxSelectionSubCmd): + * tests/listbox.test: Allow 'selection includes' to respond when + disabled (but only 'includes'). [Bug #632514] + * unix/tkUnixButton.c (TkpDisplayButton): Correct visual display of disabled check/radiobutton to be more distinctive on unix. * tests/unixButton.test: [Bug #669595] (hintermayer) |