]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/textcmn.cpp
implement new wxBG_STYLE_XXX semantics for wxMSW too
[wxWidgets.git] / src / common / textcmn.cpp
index b78ec83655e852a0e523f382dd3974cefa8a887c..526f83412dd35cb2122ac0cdd6bc98461b5990c6 100644 (file)
@@ -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;
 }