]> git.saurik.com Git - wxWidgets.git/commitdiff
missing apply call
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 26 Oct 2006 19:21:32 +0000 (19:21 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 26 Oct 2006 19:21:32 +0000 (19:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/graphics.cpp

index 24ea7ec442ec4c73cca5a1661767dcbce61d901e..cf0ef8f5dfd3336d7f486780b41569b877fa5770 100755 (executable)
@@ -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();