]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_settings.i
use the right number in the tarball filename
[wxWidgets.git] / wxPython / src / _settings.i
index 3f4a0c88bc115e80ff337d5f37ce29e34b8c699c..f45d1fe3b9b0babdc9ceb76d3778dd250debe81b 100644 (file)
@@ -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)
+}
+
+
 //---------------------------------------------------------------------------