don't always create MDI children with WS_THICKFRAME (only if wxRESIZE_BORDER is given)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
06110b0006
commit
3b60c67b97
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user