From d0a2daec58d6f2d9f71f4cc8ee596996c8dd0a74 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sun, 21 Oct 2007 18:11:31 +0000 Subject: [PATCH] flushing corrected git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/overlay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mac/carbon/overlay.cpp b/src/mac/carbon/overlay.cpp index 0a1fb54073..2f84cb309c 100644 --- a/src/mac/carbon/overlay.cpp +++ b/src/mac/carbon/overlay.cpp @@ -142,7 +142,7 @@ void wxOverlayImpl::BeginDrawing( wxWindowDC* dc) void wxOverlayImpl::EndDrawing( wxWindowDC* dc) { dc->SetGraphicsContext(NULL); - CGContextSynchronize( m_overlayContext ); + CGContextFlush( m_overlayContext ); } void wxOverlayImpl::Clear(wxWindowDC* dc)