diff --git a/AppKit/CPButton.j b/AppKit/CPButton.j index 7944347cc..7add82d70 100644 --- a/AppKit/CPButton.j +++ b/AppKit/CPButton.j @@ -591,7 +591,7 @@ CPButtonImageOffset = 3.0; - (CGRect)bezelRectForBounds:(CGRect)bounds { if (![self isBordered]) - return _CGRectMakeZero(); + return bounds; var bezelInset = [self currentValueForThemeAttribute:@"bezel-inset"];