aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMNSAnimation+Duration.m
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2010-04-14 15:01:59 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2010-04-14 15:01:59 +0000
commitd2a270d64ee1dd3b0d719359170e2d6511fcb669 (patch)
tree19e97f04bb7f41496093ac568f62fe2f4a2b0ae3 /AppKit/GTMNSAnimation+Duration.m
parent2ec34654040eecce81ec605fc5224db9737ae051 (diff)
[Author: thomasvl]
Want mouse up not down for the animation slowdowns. R=dmaclach DELTA=7 (0 added, 0 deleted, 7 changed)
Diffstat (limited to 'AppKit/GTMNSAnimation+Duration.m')
-rw-r--r--AppKit/GTMNSAnimation+Duration.m4
1 files changed, 2 insertions, 2 deletions
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) {