diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-06-11 08:58:07 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-06-11 08:58:07 (GMT) |
commit | 3a05c79d88c75ffdff4f576da2565f63101723ab (patch) | |
tree | 6c1e7e509dd39bb20efaf79725012806e75179ad /ChangeLog | |
parent | 1c088c317f2e745d9cb6d114e8dd95a94ef8700f (diff) | |
parent | 38a06949798bf6ad09a37c512983274db9b4b195 (diff) | |
download | tk-3a05c79d88c75ffdff4f576da2565f63101723ab.zip tk-3a05c79d88c75ffdff4f576da2565f63101723ab.tar.gz tk-3a05c79d88c75ffdff4f576da2565f63101723ab.tar.bz2 |
[Bug 3294450]: Do clipping of ttk text elements correctly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +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). + 2012-06-10 Jan Nijtmans <nijtmans@users.sf.net> * library/*.tcl: [Bug 3534137]: $tcl_platform(platform) != |