diff options
author | cc_benny <cc_benny> | 2007-11-11 21:41:12 (GMT) |
---|---|---|
committer | cc_benny <cc_benny> | 2007-11-11 21:41:12 (GMT) |
commit | ecd0d3c3de24433b110e5d59e232da77a0eb322e (patch) | |
tree | 9846e8f38e47b4d08d16244448769d4f33910537 /ChangeLog | |
parent | 7ed3317a74b937778e9688691161afe1f1ed4ac8 (diff) | |
download | tk-ecd0d3c3de24433b110e5d59e232da77a0eb322e.zip tk-ecd0d3c3de24433b110e5d59e232da77a0eb322e.tar.gz tk-ecd0d3c3de24433b110e5d59e232da77a0eb322e.tar.bz2 |
* macosx/tkMacOSXFont.c (TkpMeasureCharsInContext): Fix the
case when TK_WHOLE_WORDS and TK_AT_LEAST_ONE are both set and
maxLength is small. [Bug #1824638]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-11-11 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net> + + * macosx/tkMacOSXFont.c (TkpMeasureCharsInContext): Fix the case when + TK_WHOLE_WORDS and TK_AT_LEAST_ONE are both set and maxLength is + small. [Bug #1824638] + 2007-11-09 Daniel Steffen <das@users.sourceforge.net> * macosx/tkMacOSXCarbonEvents.c |