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:
parent
8e79a06be4
commit
f868f88665
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user