Avoid gratuitously changing the ZORDER.

This commit is contained in:
Dave Hawkes 2000-06-23 16:53:52 +00:00 committed by Alexandre Julliard
parent 968580c136
commit 5f5fb12420

View File

@ -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");