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