diff options
author | jenglish <jenglish@noemail.net> | 2008-01-08 20:02:25 (GMT) |
---|---|---|
committer | jenglish <jenglish@noemail.net> | 2008-01-08 20:02:25 (GMT) |
commit | 18d67f093e9c4ed3f59da89a10ce3b66c2810461 (patch) | |
tree | a2a5de6daa8193c8acc106d2e14d67addb1d9d9c /ChangeLog | |
parent | 8baced2df2d07a0c344fb56ce8dd4eac85d8f868 (diff) | |
download | tk-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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]. |