don't use default style
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
3173a64c51
commit
a8990bd443
@ -9,7 +9,8 @@ class ParentFrame(wx.aui.AuiMDIParentFrame):
|
||||
def __init__(self, parent):
|
||||
wx.aui.AuiMDIParentFrame.__init__(self, parent, -1,
|
||||
title="AuiMDIParentFrame",
|
||||
size=(640,480))
|
||||
size=(640,480),
|
||||
style=wx.DEFAULT_FRAME_STYLE)
|
||||
self.count = 0
|
||||
mb = self.MakeMenuBar()
|
||||
self.SetMenuBar(mb)
|
||||
|
Loading…
Reference in New Issue
Block a user