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 {