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:
parent
b8f34efb02
commit
ea723360ee
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user