Cosmetic fix.

This commit is contained in:
Dmitry Timoshkov 2002-06-14 00:01:44 +00:00 committed by Alexandre Julliard
parent 3955d1a94f
commit e4a33c0660

View file

@ -228,7 +228,7 @@ static LRESULT WINAPI ProgressWindowProc(HWND hwnd, UINT message,
DWORD dwExStyle = GetWindowLongW (hwnd, GWL_EXSTYLE);
dwExStyle &= ~(WS_EX_CLIENTEDGE | WS_EX_WINDOWEDGE);
dwExStyle |= WS_EX_STATICEDGE;
SetWindowLongW (hwnd, GWL_EXSTYLE, dwExStyle | WS_EX_STATICEDGE);
SetWindowLongW (hwnd, GWL_EXSTYLE, dwExStyle);
/* Force recalculation of a non-client area */
SetWindowPos(hwnd, 0, 0, 0, 0, 0,
SWP_FRAMECHANGED | SWP_NOSIZE | SWP_NOMOVE | SWP_NOZORDER | SWP_NOACTIVATE);