Alexandre Julliard pushed to branch master at wine / wine
Commits: b562f31f by Elizabeth Figura at 2025-04-09T22:49:42+02:00 user32/tests: Test messages when creating a visible modeless dialog.
- - - - - 6b796303 by Sebastian Lackner at 2025-04-09T22:49:42+02:00 user32: Call UpdateWindow() after showing a dialog.
This partially reverts 52146f62fd28bc1a791734b9939378267140b095.
As stated in that commit, a WM_PAINT will eventually be generated via window exposure. However, some applications rely on WM_PAINT being sent synchronously. As create_visible_dialog_seq shows, this happens reliably, and the behaviour is specific to dialogs.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=35652
- - - - -
2 changed files:
- dlls/user32/dialog.c - dlls/user32/tests/msg.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b568eaac4aeb307d289ae699245741...