mirror of
https://github.com/reactos/wine.git
synced 2025-02-20 12:50:53 +00:00
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…
x
Reference in New Issue
Block a user