From 83e2b3d547eaf251886c1faf2894424f88dda051 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Thu, 27 Dec 2007 23:31:54 +0000 Subject: [PATCH] play around with the drag overlay --- macosx/DragOverlayWindow.m | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/macosx/DragOverlayWindow.m b/macosx/DragOverlayWindow.m index b0391fd91..5641c3ee4 100644 --- a/macosx/DragOverlayWindow.m +++ b/macosx/DragOverlayWindow.m @@ -51,6 +51,7 @@ [NSDictionary dictionaryWithObjectsAndKeys: self, NSViewAnimationTargetKey, NSViewAnimationFadeInEffect, NSViewAnimationEffectKey, nil]]]; [fFadeInAnimation setDuration: 0.15]; + [fFadeInAnimation setAnimationBlockingMode: NSAnimationNonblockingThreaded]; fFadeOutAnimation = [[NSViewAnimation alloc] initWithViewAnimations: [NSArray arrayWithObject: [NSDictionary dictionaryWithObjectsAndKeys: self, NSViewAnimationTargetKey, @@ -165,9 +166,6 @@ - (void) fadeOut { - if ([self alphaValue] <= 0.0) - return; - //stop other animation and set to same progress if ([fFadeInAnimation isAnimating]) {