diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2006-02-27 11:12:29 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2006-02-27 11:12:29 (GMT) |
commit | 886ad38fa70573eaff976f6bc6e62feecfce70d2 (patch) | |
tree | a806f6fd9a61392c924e8bb59bbfb87db4347d27 /ChangeLog | |
parent | 2918abf3e4d31feade921ddaae4d34ac7d689dc3 (diff) | |
download | tk-886ad38fa70573eaff976f6bc6e62feecfce70d2.zip tk-886ad38fa70573eaff976f6bc6e62feecfce70d2.tar.gz tk-886ad38fa70573eaff976f6bc6e62feecfce70d2.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 |