diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-04-22 22:07:41 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-04-22 22:07:41 (GMT) |
commit | 021238ae28d80332aca5ce297082885bf0e798d5 (patch) | |
tree | af4a5c91d6384103eef0acc48b6817568117b941 /ChangeLog | |
parent | fd636b80ebd519e891807305cf5c22f69a03edd6 (diff) | |
parent | bcc1d86678bcd77495a02ca7b58041f6c9ff3d1a (diff) | |
download | tk-021238ae28d80332aca5ce297082885bf0e798d5.zip tk-021238ae28d80332aca5ce297082885bf0e798d5.tar.gz tk-021238ae28d80332aca5ce297082885bf0e798d5.tar.bz2 |
[Bug 3520202]: %K must not work with <MouseWheel> or effects are undefined!
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2012-04-22 Donal K. Fellows <dkf@users.sf.net> + + * generic/tkBind.c (ExpandPercents): [Bug 3520202]: Ensure that the + %k, %K and %N substitutions use dummy tokens with <MouseWheel> events + and that the %D subsitution is a dummy with <Key>/<KeyRelease>. This + was causing significant indigestion (and a read of goodness knows what + memory) to Tkinter/Python because of the way they map events between + languages. + 2012-04-20 Donal K. Fellows <dkf@users.sf.net> * generic/tkWindow.c (commands): Ensure that all descriptions of |