diff --git a/AppKit/CPDatePicker/_CPDatePickerTextField.j b/AppKit/CPDatePicker/_CPDatePickerTextField.j index c56da3b38..6681631af 100644 --- a/AppKit/CPDatePicker/_CPDatePickerTextField.j +++ b/AppKit/CPDatePicker/_CPDatePickerTextField.j @@ -710,7 +710,7 @@ var CPZeroKeyCode = 48, CGContextAddLineToPoint(context, [self bounds].size.width + bezelInset.left - borderWidth, borderWidth); CGContextAddLineToPoint(context, [self bounds].size.width + bezelInset.left - borderWidth, [self bounds].size.height - borderWidth); CGContextAddLineToPoint(context, borderWidth - bezelInset.left, [self bounds].size.height - borderWidth); - CGContextAddLineToPoint(context, borderWidth-bezelInset.left, borderWidth); + CGContextAddLineToPoint(context, borderWidth - bezelInset.left, borderWidth); CGContextStrokePath(context); CGContextClosePath(context);