remove erroneous comment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -490,9 +490,8 @@ WXLRESULT wxMDIParentFrame::MSWWindowProc(WXUINT message,
|
||||
break;
|
||||
|
||||
case WM_SIZE:
|
||||
// as we don't (usually) resize the MDI client to exactly fit the
|
||||
// client area (we put it below the toolbar, above statusbar &c),
|
||||
// we should not pass this one to DefFrameProc
|
||||
// though we don't (usually) resize the MDI client to exactly fit the
|
||||
// client area we need to pass this one to DefFrameProc to allow the children to show
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user