Commit 5f5fb124 authored by Dave Hawkes's avatar Dave Hawkes Committed by Alexandre Julliard

Avoid gratuitously changing the ZORDER.

parent 968580c1
......@@ -1480,7 +1480,7 @@ TOOLBAR_AutoSize (HWND hwnd)
HWND parent;
INT x, y;
INT cx, cy;
UINT uPosFlags = 0;
UINT uPosFlags = SWP_NOZORDER;
TRACE("resize forced!\n");
......
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