diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2009-05-21 22:52:06 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2009-05-21 22:52:06 (GMT) |
commit | 90c1a43eb7a8a363aef33e43ff390646b70aff1f (patch) | |
tree | e391b7ce54b3be4e79d38211fd3d587492c9d7a1 /ChangeLog | |
parent | fedc91c632885648cba16921035074ccfe304a7a (diff) | |
download | tk-90c1a43eb7a8a363aef33e43ff390646b70aff1f.zip tk-90c1a43eb7a8a363aef33e43ff390646b70aff1f.tar.gz tk-90c1a43eb7a8a363aef33e43ff390646b70aff1f.tar.bz2 |
[Bug 2794778]: Calls to CallWindowProc can lead to other functions
overwriting the event strucure. Therefore preserve a local copy of the
XKeyEvent while looping over the key events.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2009-05-21 Pat Thoyts <patthoyts@users.sourceforge.net> + + * win/tkWinMenu.c: [Bug 2794778]: Calls to CallWindowProc can lead + to other functions overwriting the event strucure. Therefore + preserve a local copy of the XKeyEvent while looping over the key + events. + 2009-05-17 Joe English <jenglish@users.sourceforge.net> * generic/ttkNotebook.c: More flexible tab placement [Bug 1470246] |