summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-09-10 20:50:52 (GMT)
committerhobbs <hobbs>2004-09-10 20:50:52 (GMT)
commit9491535e9445a9122ebddcfca18612dce2a12c51 (patch)
treeb5e3364ab5a230e6e4387bff073df7b9919c85e6 /ChangeLog
parentbf1948233b04bfe21eb41b08eae7c2111401b7d2 (diff)
downloadtk-9491535e9445a9122ebddcfca18612dce2a12c51.zip
tk-9491535e9445a9122ebddcfca18612dce2a12c51.tar.gz
tk-9491535e9445a9122ebddcfca18612dce2a12c51.tar.bz2
(UpdateWrapper): update to Kovalenko to account for whether the
override window has a transient parent, and apply WS_POPUP in the correct case. The makes splash screens pop up as well as making dropdowns not grab focus away from the parent.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b1c1cb0..ab7ad73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@
* win/tkWinWm.c (ActivateWindow): SetFocus to grab window when
clicking outside the grab window hierarchy. [Bug 220908]
+ (UpdateWrapper): update to Kovalenko to account for whether the
+ override window has a transient parent, and apply WS_POPUP in the
+ correct case. The makes splash screens pop up as well as making
+ dropdowns not grab focus away from the parent.
2004-09-09 Jeff Hobbs <jeffh@ActiveState.com>