diff options
author | hobbs <hobbs> | 2007-10-30 22:29:40 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2007-10-30 22:29:40 (GMT) |
commit | 267146b4985c6b6dfedbfa2373ec57a92b6307e5 (patch) | |
tree | bde203ae0667c1582b265bcd484caf3422fae2da /ChangeLog | |
parent | f9705d9d3162582585108a3e60dc8164e5e73d74 (diff) | |
download | tk-267146b4985c6b6dfedbfa2373ec57a92b6307e5.zip tk-267146b4985c6b6dfedbfa2373ec57a92b6307e5.tar.gz tk-267146b4985c6b6dfedbfa2373ec57a92b6307e5.tar.bz2 |
* library/choosedir.tcl: only enable OK button when valid in
conjunction with -mustexist. [Bug 1550528]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2007-10-30 Jeff Hobbs <jeffh@ActiveState.com> + * library/choosedir.tcl: only enable OK button when valid in + conjunction with -mustexist. [Bug 1550528] + * library/listbox.tcl (::tk::ListboxBeginSelect): ignore -takefocus when considering focus on <1>, it is for tab focus. |