diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2012-06-11 08:58:07 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2012-06-11 08:58:07 (GMT) |
commit | dd043ddda72a07c8d0849c8753b5db649f7c3973 (patch) | |
tree | 33712b7ad6496f2b917fc8603d4ac9ea8b111e3a /ChangeLog | |
parent | 3abdd3fdeca24302282b72d34b2816b282507895 (diff) | |
parent | c733de6f46d26950ed8bc06866e2c5f8aa31a796 (diff) | |
download | tk-dd043ddda72a07c8d0849c8753b5db649f7c3973.zip tk-dd043ddda72a07c8d0849c8753b5db649f7c3973.tar.gz tk-dd043ddda72a07c8d0849c8753b5db649f7c3973.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) != |