X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/22ddc2ccf5a32acf25445656e9c14e22a62835c9..40172152adfcef7971072e82b8eb226ecb9b127c:/ITButton.m diff --git a/ITButton.m b/ITButton.m index 7a7a242..f5d15b2 100755 --- a/ITButton.m +++ b/ITButton.m @@ -22,6 +22,18 @@ return [ITButtonCell class]; } +- (void)displayIfNeeded { + [self displayIfNeededIgnoringOpacity]; +} + +- (void)displayIfNeededInRect:(NSRect)aRect { + [self displayIfNeededInRectIgnoringOpacity:aRect]; +} + +- (void)displayRect:(NSRect)aRect { + [self displayRectIgnoringOpacity:aRect]; +} + - (id)initWithCoder:(NSCoder *)coder { if ( ( self = [super initWithCoder:coder] ) ) {