Commit 50573f42 authored by Alexandre Julliard's avatar Alexandre Julliard

user32/tests: Add missing flush_events in ScrollWindow test.

parent 77c3997e
......@@ -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 */
......
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