]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/helpers.cpp
setting an empty region shouldn't clear the clipping
[wxWidgets.git] / wxPython / src / helpers.cpp
index cac45b0cbc5904293b1aff91c0eb4ba3bbd7c163..1a23c8f8d671ad2b77894cc29b48abb2dc4073b2 100644 (file)
@@ -440,7 +440,7 @@ void wxPyApp::_BootstrapApp()
         setlocale(LC_NUMERIC, "C");
 #endif
 
-        wxSystemOptions::SetOptionInt(wxT("mac.textcontrol-use-mlte"), 1);
+        wxSystemOptions::SetOption(wxT("mac.textcontrol-use-mlte"), 1);
         
         // The stock objects were all NULL when they were loaded into
         // SWIG generated proxies, so re-init those now...