Retry sending a WM_PAINT in update_now after we sent an erase
message.
This commit is contained in:
parent
2c8367a3de
commit
d9e3634263
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue