diff --git a/macosx/DragOverlayWindow.m b/macosx/DragOverlayWindow.m index a0104c08d..b52ba8758 100644 --- a/macosx/DragOverlayWindow.m +++ b/macosx/DragOverlayWindow.m @@ -172,7 +172,8 @@ [fFadeInAnimation stopAnimation]; [fFadeOutAnimation setCurrentProgress: 1.0 - [fFadeInAnimation currentProgress]]; } - [fFadeOutAnimation startAnimation]; + if ([self alphaValue] > 0.0) + [fFadeOutAnimation startAnimation]; } @end