]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/_core.py
Update virtuals to new API
[wxWidgets.git] / wxPython / src / mac / _core.py
index 5593db49c59e76895e70223d0d5144db188facc0..a5fd95817060008634684409218dbb063680c907 100644 (file)
@@ -7741,6 +7741,9 @@ in on the main display of your Mac."""
         # Use Python's install prefix as the default  
         wx.StandardPaths.Get().SetInstallPrefix(_sys.prefix)
 
+        # Until the new native control for wxMac is up to par, still use the generic one.
+        wx.SystemOptions.SetOptionInt("mac.listctrl.always_use_generic", 1)
+
         # This finishes the initialization of wxWindows and then calls
         # the OnInit that should be present in the derived class
         self._BootstrapApp()