mirror of
https://github.com/transmission/transmission
synced 2025-01-31 03:12:44 +00:00
fix bug where dragging on and then off a torrent file that has already been added would cause the overlay to instantly appear and fade out
This commit is contained in:
parent
c67b781fcb
commit
da52925b20
1 changed files with 2 additions and 1 deletions
|
@ -172,7 +172,8 @@
|
|||
[fFadeInAnimation stopAnimation];
|
||||
[fFadeOutAnimation setCurrentProgress: 1.0 - [fFadeInAnimation currentProgress]];
|
||||
}
|
||||
[fFadeOutAnimation startAnimation];
|
||||
if ([self alphaValue] > 0.0)
|
||||
[fFadeOutAnimation startAnimation];
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue