diff --git a/src/msw/graphics.cpp b/src/msw/graphics.cpp index bdad1343e3..7acde4bd2c 100644 --- a/src/msw/graphics.cpp +++ b/src/msw/graphics.cpp @@ -348,6 +348,7 @@ wxGDIPlusContext::wxGDIPlusContext( WXHDC hdc ) { gGDILoader.EnsureIsLoaded(); m_context = new Graphics( (HDC) hdc); + m_context->SetSmoothingMode(SmoothingModeHighQuality); m_state1 = m_context->Save(); m_state2 = m_context->Save();