diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-06-11 09:32:22 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-06-11 09:32:22 (GMT) |
commit | caaecb868c6c2b71bdf54acbaea73b895077ce16 (patch) | |
tree | 7059d4e245b09ad3be185777dff8ef243278bece /ChangeLog | |
parent | d6733e49e8b9a55253d6c8ad5dae6ad3bd181f89 (diff) | |
download | tk-caaecb868c6c2b71bdf54acbaea73b895077ce16.zip tk-caaecb868c6c2b71bdf54acbaea73b895077ce16.tar.gz tk-caaecb868c6c2b71bdf54acbaea73b895077ce16.tar.bz2 |
fix the clipping in entries too
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -1,12 +1,13 @@ 2012-06-11 Donal K. Fellows <dkf@users.sf.net> * generic/ttk/ttkLabel.c (TextDraw): [Bug 3294450]: Get the clipping - of text in Ttk text elements (e.g., buttons, entries, etc.) correct. - Stops a whole range of visual problems, including loss of the second - and subsequent lines of a label when the first line doesn't entirely - fit, and failing to draw the last character of an entry at all if it - doesn't all exactly fit in the space available (a problem I've noticed - in tkchat, and been very frustrated with). + * generic/ttk/ttkEntry.c (EntryDisplay): of text in Ttk various text + elements (e.g., buttons, entries, etc.) correct. Stops a whole range + of visual problems, including loss of the second and subsequent lines + of a label when the first line doesn't entirely fit, and failing to + draw the last character of an entry at all if it doesn't all exactly + fit in the space available (a problem I've noticed in tkchat, and been + very frustrated with). 2012-06-10 Jan Nijtmans <nijtmans@users.sf.net> |