diff options
author | das <das> | 2004-11-12 09:03:40 (GMT) |
---|---|---|
committer | das <das> | 2004-11-12 09:03:40 (GMT) |
commit | a5c5bd1720e72b656862dd1df28652a4ce369bf6 (patch) | |
tree | 11552389e861a02a9d526b3ff5c5cc2c74b5efc1 /ChangeLog | |
parent | ce94eed8e3c51494a411e1389946fabf9923ff43 (diff) | |
download | tk-a5c5bd1720e72b656862dd1df28652a4ce369bf6.zip tk-a5c5bd1720e72b656862dd1df28652a4ce369bf6.tar.gz tk-a5c5bd1720e72b656862dd1df28652a4ce369bf6.tar.bz2 |
* macosx/tkMacOSXFont.c (Tk_MeasureChars,Tk_DrawChars,etc): Make
sure that the lastSubFontPtr remains valid even when the subfont
array is reallocated. [Bug 618872]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-11-12 Daniel Steffen <das@users.sourceforge.net> + + * macosx/tkMacOSXFont.c (Tk_MeasureChars,Tk_DrawChars,etc): Make + sure that the lastSubFontPtr remains valid even when the subfont + array is reallocated. [Bug 618872] + 2004-11-11 Daniel Steffen <das@users.sourceforge.net> * generic/tkMain.c: |