git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32328
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// if this is set to 1 then under OSX 10.2 the 'classic' MLTE implementation will be used
// if set to 0 then the unicode textctrl will be used
#ifndef wxMAC_AWAYS_USE_MLTE
// if this is set to 1 then under OSX 10.2 the 'classic' MLTE implementation will be used
// if set to 0 then the unicode textctrl will be used
#ifndef wxMAC_AWAYS_USE_MLTE
-#define wxMAC_AWAYS_USE_MLTE 1
+#define wxMAC_AWAYS_USE_MLTE 0
#endif
#ifndef __WXMAC_OSX__
#endif
#ifndef __WXMAC_OSX__
#ifdef __WXMAC_OSX__
#if MAC_OS_X_VERSION_MAX_ALLOWED > MAC_OS_X_VERSION_10_2
#ifdef __WXMAC_OSX__
#if MAC_OS_X_VERSION_MAX_ALLOWED > MAC_OS_X_VERSION_10_2
- if ( UMAGetSystemVersion() >= 0x1030 )
+ if ( UMAGetSystemVersion() >= 0x1050 )
{
m_peer = new wxMacMLTEHIViewControl( this , str , pos , size , style ) ;
}
{
m_peer = new wxMacMLTEHIViewControl( this , str , pos , size , style ) ;
}