diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-02-27 10:36:08 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-02-27 10:36:08 (GMT) |
commit | eac8c8f015800262fd125ca163d63161dbb4eeb5 (patch) | |
tree | 9c158e31b94a9e1e62ac4c303664282c966e8847 /ChangeLog | |
parent | 3e97de678ab8cbce3e00a0a396d89ea65ffc5b55 (diff) | |
download | tk-eac8c8f015800262fd125ca163d63161dbb4eeb5.zip tk-eac8c8f015800262fd125ca163d63161dbb4eeb5.tar.gz tk-eac8c8f015800262fd125ca163d63161dbb4eeb5.tar.bz2 |
Fix pixmap creation ordering issue [Bug 480862]
Stupid issue was fixed for the mask pixmap, but not the data pixmap!
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-02-27 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> + + * generic/tkImgBmap.c (ImgBmapConfigureInstance): Force creation of + new Pixmaps before deletion of old ones to prevent stupid caching + problems. [Bug 480862] + 2006-02-09 Daniel Steffen <das@users.sourceforge.net> * generic/tk.decls: fix signature of TkMacOSXInvalClipRgns |