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