Ignore:
Timestamp:
01/02/03 05:30:03 (21 years ago)
Author:
Nicholas Riley
Message:

Updated for Pester 1.1a5 (very limited release).

Pester 1.1a4 was never released.

Location:
trunk/Cocoa/Pester/Source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source

    • Property svn:ignore
      •  

        old new  
        11build
         2.gdb_history
  • trunk/Cocoa/Pester/Source/NJRTableDelegate.m

    r51 r53  
    179179            NSRect columnRect = [superview convertRect: [tableView rectOfColumn: [tableView columnWithIdentifier: sortingKey]] fromView: tableView];
    180180            // XXX support horizontal scroll bar/clipping (not for Pester, but eventually)
    181             NSRect tableScrollFrame = [[tableView enclosingScrollView] frame];
     181            // NSRect tableScrollFrame = [[tableView enclosingScrollView] frame];
    182182            NSRect selectFrame = [typeSelectControl frame];
    183183            [superview setNeedsDisplayInRect: selectFrame]; // fix artifacts caused by moving view
Note: See TracChangeset for help on using the changeset viewer.