From: Stefan Csomor Date: Mon, 21 Feb 2005 14:37:42 +0000 (+0000) Subject: drawing circles with a transparent pen was filling of course... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0d5eaa50960aa239d910fc271f5282f24c0937cb?ds=inline drawing circles with a transparent pen was filling of course... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/dccg.cpp b/src/mac/carbon/dccg.cpp index 9beef3c3c8..a34d96ffb8 100755 --- a/src/mac/carbon/dccg.cpp +++ b/src/mac/carbon/dccg.cpp @@ -1246,7 +1246,7 @@ void wxDC::DoDrawEllipse(wxCoord x, wxCoord y, wxCoord width, wxCoord height) 0 ) ; CGContextClosePath(ctx); - CGContextDrawPath( ctx , kCGPathFillStroke ) ; + CGContextDrawPath( ctx , mctx->GetDrawingMode() ) ; } else {