Skip to content

Commit

Permalink
fix CGContext error info
Browse files Browse the repository at this point in the history
  • Loading branch information
TalkingJourney committed Jan 18, 2018
1 parent 13e2822 commit 121b5f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SCIndexView/SCIndexView.m
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ - (UIBezierPath *)drawIndicatorPath
[bezierPath addArcWithCenter:centerPoint radius:indicatorRadius startAngle:-M_PI_4 endAngle:M_PI_4 clockwise:NO];
[bezierPath addLineToPoint:trianglePoint];
[bezierPath addLineToPoint:startPoint];
[bezierPath stroke];
[bezierPath closePath];
return bezierPath;
}
Expand Down

0 comments on commit 121b5f7

Please sign in to comment.