summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-02-27 10:36:08 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-02-27 10:36:08 (GMT)
commiteac8c8f015800262fd125ca163d63161dbb4eeb5 (patch)
tree9c158e31b94a9e1e62ac4c303664282c966e8847 /ChangeLog
parent3e97de678ab8cbce3e00a0a396d89ea65ffc5b55 (diff)
downloadtk-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c9e69fd..5d2af78 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