Commit 42f7e4a4 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

user32/tests: Fix an intermittent test failure.

parent b8668a9c
......@@ -303,6 +303,7 @@ static void test_ownerdraw(void)
hLB = create_listbox(LBS_OWNERDRAWFIXED | WS_CHILD | WS_VISIBLE, parent);
assert(hLB);
SetForegroundWindow(hLB);
UpdateWindow(hLB);
/* make height short enough */
......
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