Changeset 1588 for trunk/macosx/TorrentCell.m
- Timestamp:
- Mar 24, 2007, 5:31:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/TorrentCell.m
r1577 r1588 84 84 - (void) placeBar: (NSImage *) barImage width: (float) width point: (NSPoint) point 85 85 { 86 if (width <= 0.0) 87 return; 88 86 89 if ([barImage size].width < width) 87 90 [barImage setSize: NSMakeSize(width * 2.0, BAR_HEIGHT)];
Note: See TracChangeset
for help on using the changeset viewer.