X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/38dc15374bb51b82b4099d2942a0d967c2a70376..9ac884500ce30c58e24b0a6af1288b576d2e03e4:/wxPython/src/_settings.i diff --git a/wxPython/src/_settings.i b/wxPython/src/_settings.i index 3f4a0c88bc..f45d1fe3b9 100644 --- a/wxPython/src/_settings.i +++ b/wxPython/src/_settings.i @@ -205,4 +205,10 @@ public: +%pythoncode { + %# Until the new native control for wxMac is up to par, still use the generic one. + SystemOptions.SetOptionInt("mac.listctrl.always_use_generic", 1) +} + + //---------------------------------------------------------------------------