diff --git a/src/mac/carbon/graphics.cpp b/src/mac/carbon/graphics.cpp index 24ea7ec442..cf0ef8f5df 100755 --- a/src/mac/carbon/graphics.cpp +++ b/src/mac/carbon/graphics.cpp @@ -1472,6 +1472,8 @@ void wxMacCoreGraphicsContext::DrawPath( const wxGraphicsPath *path , int fillSt if ( m_brush ) m_brush->Apply(this); + if ( m_pen ) + m_pen->Apply(this); bool offset = ShouldOffset();