diff options
author | dgp <dgp@users.sourceforge.net> | 2012-09-12 11:52:57 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-09-12 11:52:57 (GMT) |
commit | c73a23b331cd44ccf3b38da59c901da5401b9ef5 (patch) | |
tree | ac3d15e34e73b8293ac0ce7cf05a13056e7cf902 /ChangeLog | |
parent | 16321d208e7b5eca41183b9f80ea2c122bf54219 (diff) | |
parent | 2a4e805e5ff66ad774106894fb21e014a8124794 (diff) | |
download | tk-c73a23b331cd44ccf3b38da59c901da5401b9ef5.zip tk-c73a23b331cd44ccf3b38da59c901da5401b9ef5.tar.gz tk-c73a23b331cd44ccf3b38da59c901da5401b9ef5.tar.bz2 |
merge trunk
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 |