diff options
author | hobbs <hobbs> | 2004-09-10 20:49:42 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-09-10 20:49:42 (GMT) |
commit | c010c7e29d9be187e473c15114004bd79faabd82 (patch) | |
tree | dfdb6a3a876a8b14e8b17ce8640b964df5082562 /ChangeLog | |
parent | e535b4a6abd8efbd2a684aa35c64ce84a7fb1cec (diff) | |
download | tk-c010c7e29d9be187e473c15114004bd79faabd82.zip tk-c010c7e29d9be187e473c15114004bd79faabd82.tar.gz tk-c010c7e29d9be187e473c15114004bd79faabd82.tar.bz2 |
(UpdateWrapper): update to 2004-06-12 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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ * win/tkWinWm.c (ActivateWindow): SetFocus to grab window when clicking outside the grab window hierarchy. [Bug 220908] + (UpdateWrapper): update to 2004-06-12 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-10 Vince Darley <vincentdarley@users.sourceforge.net> |