]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/demo/Main.py
Added wxNB_LEFT,RIGHT,BOTTOM for notebook tab placement
[wxWidgets.git] / utils / wxPython / demo / Main.py
index 2ff415103e94b8921f4a8174cd941f5272bb54be..0bc677b41bf375a427e0b2b58ddd455d6df42ea2 100644 (file)
@@ -276,6 +276,7 @@ class wxPythonDemo(wxFrame):
     def OnCloseWindow(self, event):
         self.dying = true
         self.window = None
+        self.mainmenu = None
         self.Destroy()
 
     #---------------------------------------------