X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fea35690f171f9677bd9f949c0af3dc16d1a9576..ff42758536f8d573409bf6c35528497ba36b4d0e:/src/mac/carbon/dcmemory.cpp diff --git a/src/mac/carbon/dcmemory.cpp b/src/mac/carbon/dcmemory.cpp index f2519aef95..f30ed64d0f 100644 --- a/src/mac/carbon/dcmemory.cpp +++ b/src/mac/carbon/dcmemory.cpp @@ -100,9 +100,6 @@ void wxMemoryDC::DoSelect( const wxBitmap& bitmap ) CGContextScaleCTM( bmCtx , 1 , -1 ) ; SetGraphicsContext( wxGraphicsContext::CreateFromNative( bmCtx ) ); - m_graphicContext->SetPen( m_pen ) ; - m_graphicContext->SetBrush( m_brush ) ; - m_graphicContext->SetFont( m_font , m_textForegroundColour) ; } m_ok = (m_graphicContext != NULL) ;