summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2007-10-26 10:36:41 (GMT)
committerdas <das>2007-10-26 10:36:41 (GMT)
commitfdf3658704f1002869b0c0cc6081ed02306e135c (patch)
tree23b4e5c59e618f445d26aa1dfb356f3daad69999 /ChangeLog
parent150f04a304992b3b893f98008e9b774e1f255cf5 (diff)
downloadtk-fdf3658704f1002869b0c0cc6081ed02306e135c.zip
tk-fdf3658704f1002869b0c0cc6081ed02306e135c.tar.gz
tk-fdf3658704f1002869b0c0cc6081ed02306e135c.tar.bz2
* macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): fix window class of
transient toplevels that are not also overrideredirect. [Bug 1816252]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a05e113..8c91ebe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2007-10-26 Daniel Steffen <das@users.sourceforge.net>
+ * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): fix window class of
+ transient toplevels that are not also overrideredirect. [Bug 1816252]
+
* macosx/tkMacOSXDialog.c: TIP#242 cleanup.
* library/demos/filebox.tcl: demo TIP#242 -typevariable.