Commit 51f555a5 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

user32/tests: Don't leave hwndMain in a topmost state.

parent 0ec9ecac
......@@ -4011,6 +4011,8 @@ done:
if (child) DestroyWindow(child);
DestroyWindow(popup);
SetWindowPos(hwnd, HWND_NOTOPMOST, 0, 0, 0, 0, SWP_NOSIZE|SWP_NOMOVE);
}
static void test_validatergn(HWND hwnd)
......
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