diff options
author | dkf <dkf@noemail.net> | 2012-09-11 19:03:26 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2012-09-11 19:03:26 (GMT) |
commit | 6118e6e55c05d391aa338c59c6bfcb4d4822bbfc (patch) | |
tree | f110106ee285d4e6c08e38174d09e2aeabd0610a /ChangeLog | |
parent | 150ae9414739522377aeae9adc55d0c661576986 (diff) | |
parent | cbd752bac99c77684412fae9adbbd1412636f549 (diff) | |
download | tk-6118e6e55c05d391aa338c59c6bfcb4d4822bbfc.zip tk-6118e6e55c05d391aa338c59c6bfcb4d4822bbfc.tar.gz tk-6118e6e55c05d391aa338c59c6bfcb4d4822bbfc.tar.bz2 |
[Bug 3566594]: Fix clipping problem in classic X11; clip regions were leaking in
reused GCs.
FossilOrigin-Name: dda82bdcc182f221322b5e5ba21dd54fc4158e5d
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 |