Fixed MDI scrollbars

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2003-06-13 18:56:53 +00:00
parent b8f34efb02
commit ea723360ee
2 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,7 @@ src/makelib.twn
src/makefile.bcc
src/makefile.dos
src/makefile.vc
src/version.mak
src/*.bat
src/common/dosyacc.c

View File

@ -215,6 +215,8 @@ bool wxMDIParentFrame::Create(wxWindow *parent,
WXDWORD exflags;
WXDWORD msflags = MSWGetCreateWindowFlags(&exflags);
msflags &= ~WS_VSCROLL;
msflags &= ~WS_HSCROLL;
if ( !wxWindow::MSWCreate(wxMDIFrameClassName,
title,