Avoid UpdateWindow, it causes trouble with WS_EX_TRANSPARENT.
This commit is contained in:
parent
5eae622f44
commit
0560ea618e
|
@ -1911,7 +1911,7 @@ UINT msi_dialog_run_message_loop( msi_dialog *dialog )
|
|||
}
|
||||
|
||||
ShowWindow( hwnd, SW_SHOW );
|
||||
UpdateWindow( hwnd );
|
||||
/* UpdateWindow( hwnd ); - and causes the transparent static controls not to paint */
|
||||
|
||||
if( dialog->attributes & msidbDialogAttributesModal )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue