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