Removed redundant/harmful no anti-aliasing on Mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@60280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -8762,9 +8762,6 @@ bool wxRichTextAttr::operator== (const wxRichTextAttr& attr) const
|
|||||||
wxFont wxRichTextAttr::CreateFont() const
|
wxFont wxRichTextAttr::CreateFont() const
|
||||||
{
|
{
|
||||||
wxFont font(m_fontSize, wxDEFAULT, m_fontStyle, m_fontWeight, m_fontUnderlined, m_fontFaceName);
|
wxFont font(m_fontSize, wxDEFAULT, m_fontStyle, m_fontWeight, m_fontUnderlined, m_fontFaceName);
|
||||||
#ifdef __WXMAC__
|
|
||||||
font.SetNoAntiAliasing(true);
|
|
||||||
#endif
|
|
||||||
return font;
|
return font;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user