Ignore:
Timestamp:
02/23/03 04:55:07 (21 years ago)
Author:
Nicholas Riley
Message:

Pester 1.1b3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source/NJRTableView.m

    r53 r102  
    171171    [[[NSColor gridColor] blendedColorWithFraction: 0.70 ofColor: [NSColor whiteColor]] set];
    172172    for (i = columnRange.location ; i < NSMaxRange(columnRange) ; i++) {
    173         NSRect colRect = [self rectOfColumn:i];
     173        NSRect colRect = [self rectOfColumn: i];
    174174        int rightEdge = (int) 0.5 + colRect.origin.x + colRect.size.width;
    175175        [NSBezierPath strokeLineFromPoint: NSMakePoint(-0.5 + rightEdge, -0.5 + rect.origin.y)
Note: See TracChangeset for help on using the changeset viewer.