"Fixed" ITButton... it's not REALLY fixed, as that's impossible, but it
[ITKit.git] / ITButtonCell.m
index fa3c5bb..938e571 100755 (executable)
     if ( [self isHighlighted] ) {
         alpha = 0.50;
     }
-
+    
     [[NSColor colorWithCalibratedWhite:0.0 alpha:alpha] set];
     [path fill];
 }
 
+- (BOOL)isOpaque
+{
+    return NO;
+}
 
 @end