]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/RichTextCtrl.py
non-PCH build fix (according to Tinderbox).
[wxWidgets.git] / wxPython / demo / RichTextCtrl.py
index c31b5aa48ddc4b781f2380902233b4e6057e8b89..b4824e7073382e9e78b4081e00685dc74a9c25e1 100644 (file)
@@ -202,7 +202,8 @@ class RichTextFrame(wx.Frame):
             path = dlg.GetPath()
             if path:
                 self.rtc.SaveFile(path)
-
+        dlg.Destroy()
+        
                 
     def OnFileViewHTML(self, evt): pass