switching to explicit flush mode, otherwise clientdc destruction lead to contention in customrenderers in osx
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -265,9 +265,7 @@ void wxGCDCImpl::EndPage()
|
||||
|
||||
void wxGCDCImpl::Flush()
|
||||
{
|
||||
#ifdef __WXOSX_OR_COCOA__
|
||||
CGContextFlush( (CGContextRef) m_graphicContext->GetNativeContext() );
|
||||
#endif
|
||||
m_graphicContext->Flush();
|
||||
}
|
||||
|
||||
void wxGCDCImpl::DoSetClippingRegion( wxCoord x, wxCoord y, wxCoord w, wxCoord h )
|
||||
|
Reference in New Issue
Block a user