Aplied patch [ 816113 ] Inconsistent GetCharWidth over platforms

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-12-11 09:05:48 +00:00
parent ddc4f3b528
commit 95c430aa2e
4 changed files with 6 additions and 6 deletions

View File

@@ -1679,7 +1679,7 @@ wxCoord wxDC::GetCharWidth(void) const
if ( UMAGetSystemVersion() < 0x1000 || ((wxFont*)&m_font)->GetNoAntiAliasing() )
useGetThemeText = false ;
#endif
char text[] = "H" ;
char text[] = "g" ;
#if TARGET_CARBON
if ( useGetThemeText )
{