diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-05-08 09:35:41 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-05-08 09:35:41 (GMT) |
commit | 780c535e9d5a3d6e29f9dd81118a3e690e7856c4 (patch) | |
tree | 88a8f7260a315993d69e01f0c55ddf02a2a0692f /ChangeLog | |
parent | 5c9f8f05e4dfc06c68a3bc1ec7c69b47683d9c51 (diff) | |
download | tk-780c535e9d5a3d6e29f9dd81118a3e690e7856c4.zip tk-780c535e9d5a3d6e29f9dd81118a3e690e7856c4.tar.gz tk-780c535e9d5a3d6e29f9dd81118a3e690e7856c4.tar.bz2 |
Stop deleted images from showing up in the various [image *] operations.
Can't delete early though as that removes the link with widgets and image names.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2003-05-08 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * tests/image.test (image-15.1): Test to ensure that widgets pick + up image information even if the image is deleted and recreated. + * generic/tkImage.c (Tk_ImageObjCmd): Use the ImageMaster's + deleted flag to stop deleted images from showing up in the various + [image *] operations. Can't delete directly from the table + because that makes us lose the information about what widgets want + to use the image. [Bug #634864] + 2003-04-30 Jeff Hobbs <jeffh@ActiveState.com> * macosx/tkMacOSXButton.c (TkpDisplayButton): correct typo for |