diff options
author | jenglish <jenglish@flightlab.com> | 2008-05-23 17:58:05 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2008-05-23 17:58:05 (GMT) |
commit | 99711959d9accff6ee22ce2c51641def03871fce (patch) | |
tree | 36a445930bc1120590c90e3563f67cce0d40a5a7 /ChangeLog | |
parent | 4ae9901aa2f631ac42deb3d94991a0ab9ec51664 (diff) | |
download | tk-99711959d9accff6ee22ce2c51641def03871fce.zip tk-99711959d9accff6ee22ce2c51641def03871fce.tar.gz tk-99711959d9accff6ee22ce2c51641def03871fce.tar.bz2 |
Avoid passing width or height <= 0 to Tk_RedrawImage,
as this leads to a panic on Windows [Bug 1967576]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2008-05-23 Joe English <jenglish@users.sourceforge.net> + + * generic/ttk/ttkLabel.c: Avoid passing width or height <= 0 to + Tk_RedrawImage, as this leads to a panic on Windows [Bug 1967576] + 2008-05-11 Pat Thoyts <patthoyts@users.sourceforge.net> * library/tk.tcl: Support for ttk widgets in AmpWidget |