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:
@@ -9,7 +9,8 @@ class ParentFrame(wx.aui.AuiMDIParentFrame):
|
|||||||
def __init__(self, parent):
|
def __init__(self, parent):
|
||||||
wx.aui.AuiMDIParentFrame.__init__(self, parent, -1,
|
wx.aui.AuiMDIParentFrame.__init__(self, parent, -1,
|
||||||
title="AuiMDIParentFrame",
|
title="AuiMDIParentFrame",
|
||||||
size=(640,480))
|
size=(640,480),
|
||||||
|
style=wx.DEFAULT_FRAME_STYLE)
|
||||||
self.count = 0
|
self.count = 0
|
||||||
mb = self.MakeMenuBar()
|
mb = self.MakeMenuBar()
|
||||||
self.SetMenuBar(mb)
|
self.SetMenuBar(mb)
|
||||||
|
Reference in New Issue
Block a user