diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-11-01 22:46:40 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-11-01 22:46:40 (GMT) |
commit | 001ae23c00c84af98a880e6f37b976d94aa7b6fe (patch) | |
tree | c0f7aa3d90f6406a2d3698d15f89dd8e0737d304 /ChangeLog | |
parent | 6e979156d6fa9009b6b5cd3bce6904fcdbaf4fa2 (diff) | |
download | tk-001ae23c00c84af98a880e6f37b976d94aa7b6fe.zip tk-001ae23c00c84af98a880e6f37b976d94aa7b6fe.tar.gz tk-001ae23c00c84af98a880e6f37b976d94aa7b6fe.tar.bz2 |
* generic/tkObj.c (GetPixelsFromObjEx): [Bug 3431491]: Use a bit of
type hackery to allow numbers to be interpreted as coordinates (most
notably on a canvas) without reinterpreting via a string.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2011-11-01 Donal K. Fellows <dkf@users.sf.net> + + * generic/tkObj.c (GetPixelsFromObjEx): [Bug 3431491]: Use a bit of + type hackery to allow numbers to be interpreted as coordinates (most + notably on a canvas) without reinterpreting via a string. + 2011-10-26 Don Porter <dgp@users.sourceforge.net> * changes: Updates for 8.5.11. |