]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
misc fixes for (absense of) the borders
[wxWidgets.git] / wxPython / demo / Main.py
index db8bd91947c28ebe2bc6916f933cfbcd8cd731b7..87fc85543cfe64ee616385926c1e7cabf92b7460 100644 (file)
@@ -481,7 +481,7 @@ class MySplashScreen(wxSplashScreen):
         frame = wxPythonDemo(None, -1, "wxPython: (A Demonstration)")
         frame.Show(true)
         self.ShowTip(frame)
         frame = wxPythonDemo(None, -1, "wxPython: (A Demonstration)")
         frame.Show(true)
         self.ShowTip(frame)
-        evt.Skip()
+        self.Destroy()
 
     def ShowTip(self, frame):
         try:
 
     def ShowTip(self, frame):
         try: