We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717508d commit 9ca048fCopy full SHA for 9ca048f
1 file changed
Sources/MacOSAppSupport/MAS_NSViewContextBase.mm
@@ -106,7 +106,6 @@ static NSRect CreateRect (CGFloat viewHeight, const NUIE::Rect& rect)
106
[CreateColor (pen.GetColor ()) set];
107
NSBezierPath* bezierPath = [NSBezierPath bezierPath];
108
[bezierPath setLineWidth:pen.GetThickness ()];
109
- [bezierPath setLineCapStyle:NSLineCapStyleRound];
110
[bezierPath moveToPoint:CreatePoint (height, p1)];
111
[bezierPath curveToPoint:CreatePoint (height, p4) controlPoint1:CreatePoint (height, p2) controlPoint2:CreatePoint (height, p3)];
112
[bezierPath stroke];
0 commit comments