diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-02-09 14:48:20 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-02-09 14:48:20 (GMT) |
commit | 336606efeef781595867d3cd1a7a8c4cfd7c5996 (patch) | |
tree | aa7e897ab43c04037776f13b81d9d07694de80a1 /ChangeLog | |
parent | fefdd508a8ca659fee8e25f3d7e19e1e0e7d62d6 (diff) | |
download | tk-336606efeef781595867d3cd1a7a8c4cfd7c5996.zip tk-336606efeef781595867d3cd1a7a8c4cfd7c5996.tar.gz tk-336606efeef781595867d3cd1a7a8c4cfd7c5996.tar.bz2 |
Stop crashes when copying a large photo to itself causes resizing. [Bug 877950]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-02-09 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * generic/tkImgPhoto.c (Tk_PhotoPutBlock, Tk_PhotoPutZoomedBlock): + * tests/imgPhoto.test (imgPhoto-16.1): Better handling of the case + when copying from one area of a photo to another triggers a + resizing of the image. [Bug 877950] + 2004-02-07 David Gravereaux <davygrvy@pobox.com> * win/makefile.vc: |