summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2007-10-23 23:24:09 (GMT)
committerhobbs <hobbs>2007-10-23 23:24:09 (GMT)
commite3658d66f9314e3bff496f38883d69835a29e727 (patch)
tree0fe894c6a40a72c40b83c202e1ac74b12647677e /ChangeLog
parent4080a997da8ef252595ced57e5ed4bc1ecdc13fa (diff)
downloadtk-e3658d66f9314e3bff496f38883d69835a29e727.zip
tk-e3658d66f9314e3bff496f38883d69835a29e727.tar.gz
tk-e3658d66f9314e3bff496f38883d69835a29e727.tar.bz2
* library/ttk/combobox.tcl (ttk::combobox::PopdownWindow): redo wm
transient on each drop to handle reparent-able frames. [Bug 1818441]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c37726..033dcdc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-23 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * library/ttk/combobox.tcl (ttk::combobox::PopdownWindow): redo wm
+ transient on each drop to handle reparent-able frames. [Bug 1818441]
+
2007-10-23 Joe English <jenglish@users.sourceforge.net>
* library/ttk/combobox.tcl: [namespace import ::ttk::scrollbar]