From: Robin Dunn Date: Wed, 25 May 2005 01:41:15 +0000 (+0000) Subject: Don't set mac.textcontrol-use-mlte any longer X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/15c892875cf6f35490abc837031f2d904a1d3d93?ds=inline Don't set mac.textcontrol-use-mlte any longer git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34328 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/helpers.cpp b/wxPython/src/helpers.cpp index 59499e566a..a1a20b66fa 100644 --- a/wxPython/src/helpers.cpp +++ b/wxPython/src/helpers.cpp @@ -442,7 +442,7 @@ void wxPyApp::_BootstrapApp() setlocale(LC_NUMERIC, "C"); #endif - wxSystemOptions::SetOption(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...