X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/81109676406baa73546d17dadac15a294aae027d..6077391138bb0203f40ec88c2ddc687d36a3981d:/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