summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2008-01-08 20:02:26 (GMT)
committerjenglish <jenglish@flightlab.com>2008-01-08 20:02:26 (GMT)
commit19937b00cda3df47acb279e08bc52212b3ce3323 (patch)
treea2a5de6daa8193c8acc106d2e14d67addb1d9d9c /ChangeLog
parentc8cff43e0b2a79506e611afbfc488523b92e5ce7 (diff)
downloadtk-19937b00cda3df47acb279e08bc52212b3ce3323.zip
tk-19937b00cda3df47acb279e08bc52212b3ce3323.tar.gz
tk-19937b00cda3df47acb279e08bc52212b3ce3323.tar.bz2
BUGFIX: fix crash in [ttk::labelframe] when -style option specified
[Bug 1867122].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c900eaf..5245b33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-01-08 Joe English <jenglish@users.sourceforge.net>
+ * generic/ttk/ttkFrame.c: BUGFIX: fix crash in [ttk::labelframe]
+ when -style option specified [Bug 1867122].
+
+2008-01-08 Joe English <jenglish@users.sourceforge.net>
+
* win/ttkWinTheme.c: Add tristate support to checkbuttons
and radiobuttons [Bug 1865898]. Fix check and radio indicator
size [Bug 1679067].