Don't set wxINTERPOLATION_GOOD quality by default in wxGDIPlusContext.
This is inconsistent with wxOSX and also doesn't play well with the existence of wxINTERPOLATION_DEFAULT which is different from wxINTERPOLATION_GOOD. See #14134. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1422,8 +1422,6 @@ void wxGDIPlusContext::Init(Graphics* graphics, int width, int height)
|
||||
m_context->SetPixelOffsetMode(PixelOffsetModeHalf);
|
||||
m_context->SetSmoothingMode(SmoothingModeHighQuality);
|
||||
|
||||
SetInterpolationQuality(wxINTERPOLATION_GOOD);
|
||||
|
||||
m_state1 = m_context->Save();
|
||||
m_state2 = m_context->Save();
|
||||
}
|
||||
|
Reference in New Issue
Block a user