flushing is not done anymore in closing the context, but we need it here - there's still an offset bug however ...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2006-10-29 17:37:43 +00:00
parent bc70ac6db4
commit 8275e02a5a

View File

@@ -139,6 +139,7 @@ void wxOverlayImpl::BeginDrawing( wxWindowDC* dc)
void wxOverlayImpl::EndDrawing( wxWindowDC* dc)
{
dc->SetGraphicsContext(NULL);
CGContextSynchronize( m_overlayContext );
}
void wxOverlayImpl::Clear(wxWindowDC* dc)