]> git.saurik.com Git - wxWidgets.git/commitdiff
drawing circles with a transparent pen was filling of course...
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 21 Feb 2005 14:37:42 +0000 (14:37 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 21 Feb 2005 14:37:42 +0000 (14:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/dccg.cpp

index 9beef3c3c83b697bd1f98827cf024945affb103d..a34d96ffb8a2856340e6f9a8319adb33bf28f39b 100755 (executable)
@@ -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
     {