X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/81109676406baa73546d17dadac15a294aae027d..acb69c13429f8c1d0392bb6e9caed2ca43f2472a:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index facaf02784..e1a23d9fce 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -918,6 +918,9 @@ class MyApp(wx.App): the main frame when it is time to do so. """ + # For debugging + #self.SetAssertMode(wx.PYAPP_ASSERT_DIALOG) + # Normally when using a SplashScreen you would create it, show # it and then continue on with the applicaiton's # initialization, finally creating and showing the main