diff options
author | hobbs <hobbs> | 2004-05-05 16:51:10 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-05-05 16:51:10 (GMT) |
commit | 8e06d0def6c92b01dc13f4b74fba6f9b986318cc (patch) | |
tree | d71c5eff1b4fb877fad4ac2b880fd96ebb734ce5 /ChangeLog | |
parent | 7d77bb9c7d040cf1f20b3e8f9a196c658dd1f8b8 (diff) | |
download | tk-8e06d0def6c92b01dc13f4b74fba6f9b986318cc.zip tk-8e06d0def6c92b01dc13f4b74fba6f9b986318cc.tar.gz tk-8e06d0def6c92b01dc13f4b74fba6f9b986318cc.tar.bz2 |
* win/tkWinFont.c (Tk_MeasureChars,Tk_DrawChars,etc): Make sure
that the lastSubFontPtr remains valid even when the subfont array
is reallocated. [Bug #618872] (dkf, hobbs)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-05-05 Jeff Hobbs <jeffh@ActiveState.com> + + * win/tkWinFont.c (Tk_MeasureChars,Tk_DrawChars,etc): Make sure + that the lastSubFontPtr remains valid even when the subfont array + is reallocated. [Bug #618872] (dkf, hobbs) + 2004-05-03 Jeff Hobbs <jeffh@ActiveState.com> * win/tkWinMenu.c, unix/tkUnixMenu.c (DrawMenuEntryLabel): place |