]> git.saurik.com Git - wxWidgets.git/commitdiff
don't always create MDI children with WS_THICKFRAME (only if wxRESIZE_BORDER is given)
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 7 Oct 2003 23:07:47 +0000 (23:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 7 Oct 2003 23:07:47 +0000 (23:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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)