X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad71431be3c8f00af39c5af9be13e66e56113a93..5fbd55b9461cdc6710a91d32a5927a0638fa38bc:/include/wx/osx/iphone/chkconf.h diff --git a/include/wx/osx/iphone/chkconf.h b/include/wx/osx/iphone/chkconf.h index 20f14e1a57..bcb436597b 100644 --- a/include/wx/osx/iphone/chkconf.h +++ b/include/wx/osx/iphone/chkconf.h @@ -20,7 +20,7 @@ * under a certain platform */ -#define wxOSX_USE_CORE_TEXT 0 +#define wxOSX_USE_CORE_TEXT 1 #define wxOSX_USE_ATSU_TEXT 0 #define wxHAS_OPENGL_ES @@ -358,6 +358,11 @@ #define wxUSE_TIMEPICKCTRL 0 #endif +#if wxUSE_RICHTOOLTIP +#undef wxUSE_RICHTOOLTIP +#define wxUSE_RICHTOOLTIP 0 +#endif + #endif /* _WX_OSX_IPHONE_CHKCONF_H_ */