Changeset 12011 for branches/2.2x/macosx/PeerProgressIndicatorCell.m
- Timestamp:
- Feb 23, 2011, 2:39:12 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2x/macosx/PeerProgressIndicatorCell.m
r11617 r12011 82 82 83 83 const NSSize imageSize = [checkImage size]; 84 const NSRect rect = NSMakeRect(NSMidX(cellFrame) - imageSize.width * 0.5, NSMidY(cellFrame) - imageSize.height * 0.5, 84 const NSRect rect = NSMakeRect(floor(NSMidX(cellFrame) - imageSize.width * 0.5), 85 floor(NSMidY(cellFrame) - imageSize.height * 0.5), 85 86 imageSize.width, imageSize.height); 86 87
Note: See TracChangeset
for help on using the changeset viewer.