+- (void)displayIfNeeded {
+ [super displayIfNeededIgnoringOpacity];
+}
+
+- (void)displayIfNeededInRect:(NSRect)aRect {
+ [super displayIfNeededInRectIgnoringOpacity:aRect];
+}
+
+- (void)displayRect:(NSRect)aRect {
+ [super displayRectIgnoringOpacity:aRect];
+}
+