diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-11-01 22:48:47 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-11-01 22:48:47 (GMT) |
commit | fe744b8b6cc6af8dfbd2807d7678da6343a1ecd8 (patch) | |
tree | 38129a19e275bb11258a5f6f4329f499be961305 /ChangeLog | |
parent | ad178457dd37c20ad02c004630af346b277078fd (diff) | |
parent | 001ae23c00c84af98a880e6f37b976d94aa7b6fe (diff) | |
download | tk-fe744b8b6cc6af8dfbd2807d7678da6343a1ecd8.zip tk-fe744b8b6cc6af8dfbd2807d7678da6343a1ecd8.tar.gz tk-fe744b8b6cc6af8dfbd2807d7678da6343a1ecd8.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-27 Kevin B. Kenny <kennykb@acm.org> * generic/tkInt.h: [Bug 3410609]: Change the event mechanism |