diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-04-22 22:03:10 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-04-22 22:03:10 (GMT) |
commit | a0029792b685e19df1d79a8170579d88416055b0 (patch) | |
tree | 55e1cdc16274037a80a6c3cce95cf2c323a5fdb7 /ChangeLog | |
parent | 8077dd948e9d7c758be18837a1cc637007e50084 (diff) | |
download | tk-a0029792b685e19df1d79a8170579d88416055b0.zip tk-a0029792b685e19df1d79a8170579d88416055b0.tar.gz tk-a0029792b685e19df1d79a8170579d88416055b0.tar.bz2 |
[Bug 3520202]: %K must not work with <MouseWheel> or effects are undefined!
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | 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 Jan Nijtmans <nijtmans@users.sf.net> * generic/tk.tcl: Use vroot size in stead of screen size for |