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
This commit is contained in:
Stefan Csomor 2005-02-21 14:37:42 +00:00
parent 969cfbc085
commit 0d5eaa5096

View File

@ -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
{