mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
Newer icon for Transfers.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 837 B After Width: | Height: | Size: 746 B |
@@ -227,14 +227,12 @@
|
||||
|
||||
- (BOOL) pointInPauseRect: (NSPoint) point
|
||||
{
|
||||
return NSPointInRect( point, [self pauseRectForRow:
|
||||
[self rowAtPoint: point]] );
|
||||
return NSPointInRect(point, [self pauseRectForRow: [self rowAtPoint: point]]);
|
||||
}
|
||||
|
||||
- (BOOL) pointInRevealRect: (NSPoint) point
|
||||
{
|
||||
return NSPointInRect( point, [self revealRectForRow:
|
||||
[self rowAtPoint: point]] );
|
||||
return NSPointInRect(point, [self revealRectForRow: [self rowAtPoint: point]]);
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user