show pause button when checking (will work once encryption branch is merged)

This commit is contained in:
Mitchell Livingston 2007-09-11 03:49:03 +00:00
parent 446b397503
commit c351a19124
1 changed files with 1 additions and 4 deletions

View File

@ -449,10 +449,7 @@
NSImage * pauseImage = nil;
NSRect pauseRect = [self pauseRectForRow: row];
if ([torrent isActive])
{
if (![torrent isChecking])
pauseImage = fClickIn && NSPointInRect(fClickPoint, pauseRect) ? fPauseOnIcon : fPauseOffIcon;
}
pauseImage = fClickIn && NSPointInRect(fClickPoint, pauseRect) ? fPauseOnIcon : fPauseOffIcon;
else if ([torrent isPaused])
{
BOOL inPauseRect = fClickIn && NSPointInRect(fClickPoint, pauseRect);