1
0
Fork 0
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:
Mitchell Livingston 2008-03-24 02:57:59 +00:00
parent c67b781fcb
commit da52925b20

View file

@ -172,6 +172,7 @@
[fFadeInAnimation stopAnimation];
[fFadeOutAnimation setCurrentProgress: 1.0 - [fFadeInAnimation currentProgress]];
}
if ([self alphaValue] > 0.0)
[fFadeOutAnimation startAnimation];
}