user32/tests: Don't leave hwndMain in a topmost state.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
0ec9ecacdc
commit
51f555a517
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue