]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_app_ex.py
Allow for Cmd-click on wxMac
[wxWidgets.git] / wxPython / src / _app_ex.py
index ed611bb1f7fbb09e5697606297c5928a18269116..feb4b95715997588d92c52f674184d175d36cab6 100644 (file)
@@ -60,6 +60,10 @@ class PyOnDemandOutputWindow:
             wx.CallAfter(self.frame.Close)
 
 
+    def flush(self):
+        pass
+    
+
 
 #----------------------------------------------------------------------
 
@@ -236,7 +240,6 @@ class PySimpleApp(wx.App):
         wx.App.__init__(self, redirect, filename, useBestVisual, clearSigInt)
         
     def OnInit(self):
-        wx.InitAllImageHandlers()
         return True