Browse Source

Allowed quit function could be called outside from menu

Gyedo Jeon 16 years ago
parent
commit
5b4dc58c96
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/wxwidgets/WxAppShell.py

+ 1 - 1
direct/src/wxwidgets/WxAppShell.py

@@ -64,7 +64,7 @@ class WxAppShell(wx.Frame):
         # Create the dialog to display about and contact information.
         # Create the dialog to display about and contact information.
         self.about.ShowModal()
         self.about.ShowModal()
 
 
-    def quit(self, event):
+    def quit(self, event=None):
         self.onDestroy(event)
         self.onDestroy(event)
 
 
         # to close Panda
         # to close Panda