Added sliding in from all four corners both horizontal and vertical.
[ITKit.git] / ITButton.m
index 7a7a242..7a81312 100755 (executable)
     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] ) ) {