be explicit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28888 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
3b5602d59d
commit
4287ca9ed0
@ -44,7 +44,7 @@ class RunDemoApp(wx.App):
|
||||
self.name = name
|
||||
self.demoModule = module
|
||||
self.useShell = useShell
|
||||
wx.App.__init__(self, 0)
|
||||
wx.App.__init__(self, redirect=False)
|
||||
|
||||
|
||||
def OnInit(self):
|
||||
|
Loading…
Reference in New Issue
Block a user