X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34d71f81f4810c55092005c113039a8857422185..8145496b9bd1cbccf7411c5e76f72a9dfc7ebf1b:/wxPython/demo/AUI_MDI.py diff --git a/wxPython/demo/AUI_MDI.py b/wxPython/demo/AUI_MDI.py index ec2469c5b1..a8d8ab4ff3 100644 --- a/wxPython/demo/AUI_MDI.py +++ b/wxPython/demo/AUI_MDI.py @@ -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)