X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef2060faf3f863809f5a070f140077f89a1bc5f7..a341e32e10a9d3110014c93063b2198255c8df55:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index db8bd91947..4bda0df3c8 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -22,6 +22,7 @@ import images _treeList = [ ('New since last release', ['wxGenericDirCtrl', + 'wxImageFromStream', ]), ('Windows', ['wxFrame', 'wxDialog', 'wxMiniFrame', @@ -481,7 +482,7 @@ class MySplashScreen(wxSplashScreen): frame = wxPythonDemo(None, -1, "wxPython: (A Demonstration)") frame.Show(true) self.ShowTip(frame) - evt.Skip() + self.Destroy() def ShowTip(self, frame): try: