diff --git a/AppKit/CPButton.j b/AppKit/CPButton.j index f40fbdf75..803cfc6d2 100644 --- a/AppKit/CPButton.j +++ b/AppKit/CPButton.j @@ -404,6 +404,11 @@ CPButtonImageOffset = 3.0; } } +- (CPInteger)highlightsBy +{ + return _highlightsBy; +} + - (void)setButtonType:(CPButtonType)aButtonType { switch (aButtonType)