summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-02-27 11:12:29 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-02-27 11:12:29 (GMT)
commit6ea528c7ad651fef535c7d18a8e19500750763a0 (patch)
treea806f6fd9a61392c924e8bb59bbfb87db4347d27 /ChangeLog
parente9664c4928b35efaa5e4509df2221671710f3e2d (diff)
downloadtk-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8716e8c..ff04b84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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