Retry sending a WM_PAINT in update_now after we sent an erase

message.
This commit is contained in:
Alexandre Julliard 2005-03-07 11:06:30 +00:00
parent 2c8367a3de
commit d9e3634263
1 changed files with 1 additions and 0 deletions

View File

@ -354,6 +354,7 @@ static void update_now( HWND hwnd, UINT rdw_flags )
send_erase( child, erase_flags, hrgn, &rect, NULL ); send_erase( child, erase_flags, hrgn, &rect, NULL );
DeleteObject( hrgn ); DeleteObject( hrgn );
} }
prev = 0;
} }
else else
{ {