"Fixed" ITButton... it's not REALLY fixed, as that's impossible, but it
[ITKit.git] / ITButton.m
index 7a7a242..f5d15b2 100755 (executable)
     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] ) ) {