Whoops. Haha. :D Lemme just slip this fix in there.
authorMatthew Judy <mjudy@ithinksw.com>
Wed, 23 Apr 2003 14:11:53 +0000 (14:11 +0000)
committerMatthew Judy <mjudy@ithinksw.com>
Wed, 23 Apr 2003 14:11:53 +0000 (14:11 +0000)
ITBevelView.m

index 985e313..ce845c6 100755 (executable)
@@ -54,7 +54,7 @@
 
 - (void)drawRect:(NSRect)aRect
 {
-    NSRect frameRect = [self frame];
+    NSRect frameRect = [self convertRect:[self frame] fromView:[self superview]];
     NSRect innerRect = NSMakeRect( (frameRect.origin.x + _bevelDepth),
                                    (frameRect.origin.y + _bevelDepth),
                                    (frameRect.size.width  - (_bevelDepth * 2)),