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:
@@ -49,6 +49,7 @@ src/makelib.twn
|
|||||||
src/makefile.bcc
|
src/makefile.bcc
|
||||||
src/makefile.dos
|
src/makefile.dos
|
||||||
src/makefile.vc
|
src/makefile.vc
|
||||||
|
src/version.mak
|
||||||
src/*.bat
|
src/*.bat
|
||||||
|
|
||||||
src/common/dosyacc.c
|
src/common/dosyacc.c
|
||||||
|
@@ -215,6 +215,8 @@ bool wxMDIParentFrame::Create(wxWindow *parent,
|
|||||||
|
|
||||||
WXDWORD exflags;
|
WXDWORD exflags;
|
||||||
WXDWORD msflags = MSWGetCreateWindowFlags(&exflags);
|
WXDWORD msflags = MSWGetCreateWindowFlags(&exflags);
|
||||||
|
msflags &= ~WS_VSCROLL;
|
||||||
|
msflags &= ~WS_HSCROLL;
|
||||||
|
|
||||||
if ( !wxWindow::MSWCreate(wxMDIFrameClassName,
|
if ( !wxWindow::MSWCreate(wxMDIFrameClassName,
|
||||||
title,
|
title,
|
||||||
|
Reference in New Issue
Block a user