]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/mdi.cpp
Fixed one of the two MDI problems...see comments
[wxWidgets.git] / src / msw / mdi.cpp
index 5d2e46955cb02cd31d59987a4dca7a0999caf280..db396ec1a333f9e79a932e316ffbf826c4c5f546 100644 (file)
@@ -696,7 +696,7 @@ bool wxMDIChildFrame::Create(wxMDIParentFrame *parent,
   else
       mcs.cy = CW_USEDEFAULT;
 
-  DWORD msflags = WS_OVERLAPPED | WS_CLIPCHILDREN | WS_THICKFRAME | WS_VISIBLE ;
+  DWORD msflags = WS_OVERLAPPED | WS_CLIPCHILDREN | WS_VISIBLE ;
   if (style & wxMINIMIZE_BOX)
     msflags |= WS_MINIMIZEBOX;
   if (style & wxMAXIMIZE_BOX)