diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-02-09 14:40:30 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-02-09 14:40:30 (GMT) |
commit | 5e1a7db351894f12bed8acd58aa4d95b72548532 (patch) | |
tree | 140363945375e380f5a86f7aa28b0f838b83757f /ChangeLog | |
parent | ddbf41804636015e174c51c243ef250fe5a5d8cb (diff) | |
download | tk-5e1a7db351894f12bed8acd58aa4d95b72548532.zip tk-5e1a7db351894f12bed8acd58aa4d95b72548532.tar.gz tk-5e1a7db351894f12bed8acd58aa4d95b72548532.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-03 Jeff Hobbs <jeffh@ActiveState.com> * library/menu.tcl (::tk::MbPost): make menubuttons that post |