lost save state call

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2006-10-31 08:43:17 +00:00
parent 35ee712487
commit 69541a2ef1

View File

@@ -1255,6 +1255,7 @@ void wxMacCoreGraphicsContext::EnsureIsValid()
HIShapeReplacePathInCGContext( m_clipRgn, m_cgContext );
CGContextClip( m_cgContext );
}
CGContextSaveGState( m_cgContext );
}
}