demo tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -693,7 +693,7 @@ class MySplashScreen(wxSplashScreen):
|
|||||||
|
|
||||||
def OnClose(self, evt):
|
def OnClose(self, evt):
|
||||||
frame = wxPythonDemo(None, -1, "wxPython: (A Demonstration)")
|
frame = wxPythonDemo(None, -1, "wxPython: (A Demonstration)")
|
||||||
frame.Show(True)
|
frame.Show()
|
||||||
evt.Skip() # Make sure the default handler runs too...
|
evt.Skip() # Make sure the default handler runs too...
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user