set anti-aliasing ON by default

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2006-10-09 15:51:22 +00:00
parent 8e79a06be4
commit f868f88665

View File

@ -348,6 +348,7 @@ wxGDIPlusContext::wxGDIPlusContext( WXHDC hdc )
{ {
gGDILoader.EnsureIsLoaded(); gGDILoader.EnsureIsLoaded();
m_context = new Graphics( (HDC) hdc); m_context = new Graphics( (HDC) hdc);
m_context->SetSmoothingMode(SmoothingModeHighQuality);
m_state1 = m_context->Save(); m_state1 = m_context->Save();
m_state2 = m_context->Save(); m_state2 = m_context->Save();