X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/22ddc2ccf5a32acf25445656e9c14e22a62835c9..40172152adfcef7971072e82b8eb226ecb9b127c:/ITButtonCell.m diff --git a/ITButtonCell.m b/ITButtonCell.m index fa3c5bb..938e571 100755 --- a/ITButtonCell.m +++ b/ITButtonCell.m @@ -86,10 +86,14 @@ if ( [self isHighlighted] ) { alpha = 0.50; } - + [[NSColor colorWithCalibratedWhite:0.0 alpha:alpha] set]; [path fill]; } +- (BOOL)isOpaque +{ + return NO; +} @end