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