Skip to content

Commit cbf55db

Browse files
committed
Merge pull request PhilJay#1315 from mikemonteith/master
Fixes PhilJay#1258
2 parents 5962006 + b65086f commit cbf55db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MPChartLib/src/com/github/mikephil/charting/renderer/PieChartRenderer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ public void drawValues(Canvas c) {
246246
public void drawExtras(Canvas c) {
247247
// drawCircles(c);
248248
drawHole(c);
249-
c.drawBitmap(mDrawBitmap, 0, 0, mRenderPaint);
249+
c.drawBitmap(mDrawBitmap, 0, 0, null);
250250
drawCenterText(c);
251251
}
252252

0 commit comments

Comments
 (0)