summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2012-09-11 19:00:46 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2012-09-11 19:00:46 (GMT)
commit0d97ec7ccc6afc084595a096b55a88fff54876e8 (patch)
treeb86f5881527071f5af0f53ea442731fb4f9f592e /ChangeLog
parentd40e45b3ffbb4e50f829c7c2e4f5782371e6a413 (diff)
downloadtk-0d97ec7ccc6afc084595a096b55a88fff54876e8.zip
tk-0d97ec7ccc6afc084595a096b55a88fff54876e8.tar.gz
tk-0d97ec7ccc6afc084595a096b55a88fff54876e8.tar.bz2
[Bug 3566594]: Fix clipping problem in classic X11; clip regions were leaking in
reused GCs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be4fc2b..54beeb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-09-11 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/ttk/ttkEntry.c (EntryDisplay): [Bug 3566594]: Must manually
+ * generic/ttk/ttkLabel.c (TextDraw): reset the clip region of GCs
+ when not using the Xft font renderer (well, especially on classic X11)
+ because the GC sharing code doesn't take into account clip handling.
+ Thanks to Christian Nassau for identifying the problem.
+
2012-08-28 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tkMenuDraw.c: [Bug 3562426]: Context menu goes out of edge of