From: Chris Elliott Date: Thu, 24 Mar 2005 13:23:53 +0000 (+0000) Subject: remove erroneous comment X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/31f658e4771f5c6c0176de169cfd2b8542ab631d remove erroneous comment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/mdi.cpp b/src/msw/mdi.cpp index 3c93df9cc9..5a3fcf83af 100644 --- a/src/msw/mdi.cpp +++ b/src/msw/mdi.cpp @@ -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; }