show pause button when checking (will work once encryption branch is merged)
This commit is contained in:
parent
446b397503
commit
c351a19124
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue