user32/tests: Fix an intermittent test failure.
This commit is contained in:
parent
b8668a9ce5
commit
42f7e4a4d9
|
@ -303,6 +303,7 @@ static void test_ownerdraw(void)
|
||||||
hLB = create_listbox(LBS_OWNERDRAWFIXED | WS_CHILD | WS_VISIBLE, parent);
|
hLB = create_listbox(LBS_OWNERDRAWFIXED | WS_CHILD | WS_VISIBLE, parent);
|
||||||
assert(hLB);
|
assert(hLB);
|
||||||
|
|
||||||
|
SetForegroundWindow(hLB);
|
||||||
UpdateWindow(hLB);
|
UpdateWindow(hLB);
|
||||||
|
|
||||||
/* make height short enough */
|
/* make height short enough */
|
||||||
|
|
Loading…
Reference in New Issue