summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2008-05-23 17:58:32 (GMT)
committerjenglish <jenglish@flightlab.com>2008-05-23 17:58:32 (GMT)
commit2652f3815730b047a1d7a1b8be97accec9da4d85 (patch)
tree4ce769399309335ade9178524d71a694904d46dd /ChangeLog
parent2cef89254b6055b551abf622fe895276984a59ec (diff)
downloadtk-2652f3815730b047a1d7a1b8be97accec9da4d85.zip
tk-2652f3815730b047a1d7a1b8be97accec9da4d85.tar.gz
tk-2652f3815730b047a1d7a1b8be97accec9da4d85.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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7cd6a5..1468ecc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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-16 Pat Thoyts <patthoyts@users.sourceforge.net>
* library/ttk/xpTheme.tcl: Add correct border to combobox on Vista
@@ -28,6 +33,7 @@
* doc/ttk_*: 'identify' widget command is on all ttk widgets.
+>>>>>>> 1.1929
2008-05-04 Joe English <jenglish@users.sourceforge.net>
* macosx/ttkMacOSAquaTheme.c: "default" and "focus" adornments