diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2012-09-11 19:03:26 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2012-09-11 19:03:26 (GMT) |
commit | 3966862b61a66e2a08b552b93a82a85121026954 (patch) | |
tree | f110106ee285d4e6c08e38174d09e2aeabd0610a /ChangeLog | |
parent | 950fb6b0463b780bf560f24dcce70e6a3ae7513f (diff) | |
parent | 0d97ec7ccc6afc084595a096b55a88fff54876e8 (diff) | |
download | tk-3966862b61a66e2a08b552b93a82a85121026954.zip tk-3966862b61a66e2a08b552b93a82a85121026954.tar.gz tk-3966862b61a66e2a08b552b93a82a85121026954.tar.bz2 |
[Bug 3566594]: Fix clipping problem in classic X11; clip regions were leaking in
reused GCs.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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-09-07 Donal K. Fellows <dkf@users.sf.net> * generic/tkCanvPs.c (TkCanvPostscriptCmd): [Bug 3565533]: Purge use |