Quellcode durchsuchen

Allowed quit function could be called outside from menu

Gyedo Jeon vor 16 Jahren
Ursprung
Commit
5b4dc58c96
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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.
         self.about.ShowModal()
 
-    def quit(self, event):
+    def quit(self, event=None):
         self.onDestroy(event)
 
         # to close Panda