diff options
author | hobbs <hobbs> | 2003-05-11 00:52:41 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-05-11 00:52:41 (GMT) |
commit | 49335abfd1e4246bddd164bd71142661af9d42da (patch) | |
tree | d7b1b2f0d22d1a6effe4300b261b62b8f03ccfe9 /ChangeLog | |
parent | b9210133fb852362ce50e736dce33755ab8eb921 (diff) | |
download | tk-49335abfd1e4246bddd164bd71142661af9d42da.zip tk-49335abfd1e4246bddd164bd71142661af9d42da.tar.gz tk-49335abfd1e4246bddd164bd71142661af9d42da.tar.bz2 |
* generic/tkCanvPoly.c (PolygonToPostscript):
* tests/canvPs.test: correct crash when generating postscript for
a single-line polygon (point) with no color. [Bug #734498] (wilm)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-05-10 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tkCanvPoly.c (PolygonToPostscript): + * tests/canvPs.test: correct crash when generating postscript for + a single-line polygon (point) with no color. [Bug #734498] (wilm) + 2003-05-10 Jim Ingham <jingham@apple.com> * macosx/tkMacOSXClipboard.c (TkSelGetSelection): Convert |