mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Based on further testing, it seems .4 seconds is the Cocoa sticky time
This commit is contained in:
@@ -39,7 +39,7 @@ _CPMenuManagerScrollingStateUp = -1;
|
||||
_CPMenuManagerScrollingStateDown = 1;
|
||||
_CPMenuManagerScrollingStateNone = 0;
|
||||
|
||||
var STICKY_TIME_INTERVAL = 0.5,
|
||||
var STICKY_TIME_INTERVAL = 0.4,
|
||||
SharedMenuManager = nil;
|
||||
|
||||
@implementation _CPMenuManager: CPObject
|
||||
|
||||
Reference in New Issue
Block a user