Modal dialogs should not be shown via ShowWindow until the message
commit5c8ceb497e3226caf3a7c39771df9b52ab36d055
authorZach Gorman <zach@archetypeauction.com>
Fri, 10 Sep 2004 21:27:02 +0000 (10 21:27 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 10 Sep 2004 21:27:02 +0000 (10 21:27 +0000)
treee98c14bc1817c6168a8d868356c1c7fc1551b1aa
parent85b06836a504b820c5d036d589d78339f01ede95
Modal dialogs should not be shown via ShowWindow until the message
queue first runs empty. This allows all initialization to complete
before a default focus is assigned.
dlls/user/tests/dialog.c
windows/dialog.c