From ba8a84c9d1f23cd008f2950e0069e0d1d1f235e5 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 5 Mar 2003 04:06:40 +0000 Subject: [PATCH] demo tweaks git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/Main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index ac8e90165d..092e776b87 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -693,7 +693,7 @@ class MySplashScreen(wxSplashScreen): def OnClose(self, evt): frame = wxPythonDemo(None, -1, "wxPython: (A Demonstration)") - frame.Show(True) + frame.Show() evt.Skip() # Make sure the default handler runs too...