Commit 0560ea61 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Avoid UpdateWindow, it causes trouble with WS_EX_TRANSPARENT.

parent 5eae622f
...@@ -1911,7 +1911,7 @@ UINT msi_dialog_run_message_loop( msi_dialog *dialog ) ...@@ -1911,7 +1911,7 @@ UINT msi_dialog_run_message_loop( msi_dialog *dialog )
} }
ShowWindow( hwnd, SW_SHOW ); ShowWindow( hwnd, SW_SHOW );
UpdateWindow( hwnd ); /* UpdateWindow( hwnd ); - and causes the transparent static controls not to paint */
if( dialog->attributes & msidbDialogAttributesModal ) if( dialog->attributes & msidbDialogAttributesModal )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment