summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjenglish <jenglish@noemail.net>2008-01-08 20:02:25 (GMT)
committerjenglish <jenglish@noemail.net>2008-01-08 20:02:25 (GMT)
commit18d67f093e9c4ed3f59da89a10ce3b66c2810461 (patch)
treea2a5de6daa8193c8acc106d2e14d67addb1d9d9c /ChangeLog
parent8baced2df2d07a0c344fb56ce8dd4eac85d8f868 (diff)
downloadtk-18d67f093e9c4ed3f59da89a10ce3b66c2810461.zip
tk-18d67f093e9c4ed3f59da89a10ce3b66c2810461.tar.gz
tk-18d67f093e9c4ed3f59da89a10ce3b66c2810461.tar.bz2
BUGFIX: fix crash in [ttk::labelframe] when -style option specified
[Bug 1867122]. FossilOrigin-Name: 8b24a669c7da52566d14b3014f4eb1ef18e6760e
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].