X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/40172152adfcef7971072e82b8eb226ecb9b127c..bd40b798b6a46cfecdfb128e2992bba254148911:/ITButton.m diff --git a/ITButton.m b/ITButton.m index f5d15b2..7a81312 100755 --- a/ITButton.m +++ b/ITButton.m @@ -23,15 +23,15 @@ } - (void)displayIfNeeded { - [self displayIfNeededIgnoringOpacity]; + [super displayIfNeededIgnoringOpacity]; } - (void)displayIfNeededInRect:(NSRect)aRect { - [self displayIfNeededInRectIgnoringOpacity:aRect]; + [super displayIfNeededInRectIgnoringOpacity:aRect]; } - (void)displayRect:(NSRect)aRect { - [self displayRectIgnoringOpacity:aRect]; + [super displayRectIgnoringOpacity:aRect]; } - (id)initWithCoder:(NSCoder *)coder