Adding quick fix get-the-fuck-out-of-the-way positioning
[ITKit.git] / ITButton.m
index f5d15b2..7a81312 100755 (executable)
 }
 
 - (void)displayIfNeeded {
-    [self displayIfNeededIgnoringOpacity];
+    [super displayIfNeededIgnoringOpacity];
 }
 
 - (void)displayIfNeededInRect:(NSRect)aRect {
-    [self displayIfNeededInRectIgnoringOpacity:aRect];
+    [super displayIfNeededInRectIgnoringOpacity:aRect];
 }
 
 - (void)displayRect:(NSRect)aRect {
-    [self displayRectIgnoringOpacity:aRect];
+    [super displayRectIgnoringOpacity:aRect];
 }
 
 - (id)initWithCoder:(NSCoder *)coder