diff options
author | hobbs <hobbs> | 2004-08-20 01:14:19 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-08-20 01:14:19 (GMT) |
commit | 11602e596447b2745183fe5a2d539475702c61fb (patch) | |
tree | 544692cd46d4f48496a44011754e924dfa16b68c /ChangeLog | |
parent | 51fb06c44ba80d4a69fc319727d1a73af41fa085 (diff) | |
download | tk-11602e596447b2745183fe5a2d539475702c61fb.zip tk-11602e596447b2745183fe5a2d539475702c61fb.tar.gz tk-11602e596447b2745183fe5a2d539475702c61fb.tar.bz2 |
* win/tkWinDialog.c (EatSpuriousMessageBugFix): Fix a problem with
double clicks in file dialogs falling through to the window
underneath in win32. [Patch #611615]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2004-08-19 Jeff Hobbs <jeffh@ActiveState.com> + * win/tkWinDialog.c (EatSpuriousMessageBugFix): Fix a problem with + double clicks in file dialogs falling through to the window + underneath in win32. [Patch #611615] + * win/tkWinDialog.c (Tk_MessageBoxObjCmd): Inherit the icon from * win/tkWinInt.h: the -parent window for * win/tkWinWm.c (TkWinGetIcon): the MessageBox. |