From: Stefan Csomor Date: Thu, 26 Oct 2006 19:21:32 +0000 (+0000) Subject: missing apply call X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/07c7a3f1fdf106d1e1f7549515fd002427d4a968 missing apply call git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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();