Removed redundant/harmful no-antialiasing on Mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -338,9 +338,6 @@ wxFont wxTextAttr::GetFont() const
|
||||
fontFamily = GetFontFamily();
|
||||
|
||||
wxFont font(fontSize, fontFamily, fontStyle, fontWeight, underlined, fontFaceName, encoding);
|
||||
#ifdef __WXMAC__
|
||||
font.SetNoAntiAliasing(true);
|
||||
#endif
|
||||
return font;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user