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] ) ) {