--- np2/win9x/dialog/np2class.cpp 2003/11/04 15:44:59 1.4 +++ np2/win9x/dialog/np2class.cpp 2004/01/22 01:10:05 1.5 @@ -140,7 +140,8 @@ void np2class_windowtype(HWND hWnd, BYTE } SetWindowLong(hWnd, GWL_STYLE, style); SetWindowPos(hWnd, 0, 0, 0, 0, 0, - SWP_DRAWFRAME | SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER); + SWP_FRAMECHANGED | SWP_DRAWFRAME | + SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER); winloc_setclientsize(hWnd, rect.right - rect.left, rect.bottom - rect.top); }