From 07c7a3f1fdf106d1e1f7549515fd002427d4a968 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 26 Oct 2006 19:21:32 +0000 Subject: [PATCH] missing apply call git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/graphics.cpp | 2 ++ 1 file changed, 2 insertions(+) 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(); -- 2.50.0