Avoid gratuitously changing the ZORDER.
This commit is contained in:
parent
968580c136
commit
5f5fb12420
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue