diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2004-09-10 22:31:09 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2004-09-10 22:31:09 (GMT) |
commit | 2ab178992b32f5befdc6ec5e1057782dcb41e37c (patch) | |
tree | 964de26dca060798970f47f4a819ba7d3785f3e4 /ChangeLog | |
parent | ef49acdb305e5fd5a073d920b9ab4582f657030a (diff) | |
download | tk-2ab178992b32f5befdc6ec5e1057782dcb41e37c.zip tk-2ab178992b32f5befdc6ec5e1057782dcb41e37c.tar.gz tk-2ab178992b32f5befdc6ec5e1057782dcb41e37c.tar.bz2 |
Make sure the state is correctly reset on dialog startup. [Bug 845189]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2004-09-10 Donal K. Fellows <donal.k.fellows@man.ac.uk> + * library/tkfbox.tcl (::tk::dialog::file::): Make sure that the + state is reset properly when starting to run the dialog. [Bug 845189] + * library/demos/filebox.tcl: Stop the use of tk_strictMotif from poisoning the rest of the widget demo. [Bug 1013942] |