summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-06-11 09:33:15 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-06-11 09:33:15 (GMT)
commit691a4bcee2166be892a17b23f7ea5c6cbf6208ea (patch)
tree1ebf4bee831b41f37a439e0f5aad965d112ba259 /ChangeLog
parent3a05c79d88c75ffdff4f576da2565f63101723ab (diff)
parentbf900a025e09fca253dd396abc9c29f1de5ae36a (diff)
downloadtk-691a4bcee2166be892a17b23f7ea5c6cbf6208ea.zip
tk-691a4bcee2166be892a17b23f7ea5c6cbf6208ea.tar.gz
tk-691a4bcee2166be892a17b23f7ea5c6cbf6208ea.tar.bz2
fix the clipping in entries too
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 7 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index af9ccad..ec6bf61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>