user32/tests: Add missing flush_events in ScrollWindow test.
This commit is contained in:
parent
77c3997e90
commit
50573f424a
|
@ -3226,6 +3226,7 @@ static void test_scrollwindow( HWND hwnd)
|
|||
|
||||
ShowWindow( hwnd, SW_SHOW);
|
||||
UpdateWindow( hwnd);
|
||||
flush_events( TRUE );
|
||||
GetClientRect( hwnd, &rc);
|
||||
hdc = GetDC( hwnd);
|
||||
/* test ScrollWindow(Ex) with no clip rectangle */
|
||||
|
|
Loading…
Reference in New Issue