Commit d9e36342 authored by Alexandre Julliard's avatar Alexandre Julliard

Retry sending a WM_PAINT in update_now after we sent an erase

message.
parent 2c8367a3
......@@ -354,6 +354,7 @@ static void update_now( HWND hwnd, UINT rdw_flags )
send_erase( child, erase_flags, hrgn, &rect, NULL );
DeleteObject( hrgn );
}
prev = 0;
}
else
{
......
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