From d2a270d64ee1dd3b0d719359170e2d6511fcb669 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Wed, 14 Apr 2010 15:01:59 +0000 Subject: [Author: thomasvl] Want mouse up not down for the animation slowdowns. R=dmaclach DELTA=7 (0 added, 0 deleted, 7 changed) --- AppKit/GTMNSAnimation+Duration.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'AppKit/GTMNSAnimation+Duration.m') diff --git a/AppKit/GTMNSAnimation+Duration.m b/AppKit/GTMNSAnimation+Duration.m index 18ebf80..e3d0d81 100644 --- a/AppKit/GTMNSAnimation+Duration.m +++ b/AppKit/GTMNSAnimation+Duration.m @@ -18,8 +18,8 @@ #import "GTMNSAnimation+Duration.h" -const NSUInteger kGTMLeftMouseDownAndKeyDownMask - = NSLeftMouseDownMask | NSKeyDownMask; +const NSUInteger kGTMLeftMouseUpAndKeyDownMask + = NSLeftMouseUpMask | NSKeyDownMask; NSTimeInterval GTMModifyDurationBasedOnCurrentState(NSTimeInterval duration, NSUInteger eventMask) { -- cgit v1.2.3