mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Reduce the menu sticky interval to 0.1 which improve UX and is more like Cocoa behavior
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.1,
|
||||
SharedMenuManager = nil;
|
||||
|
||||
@implementation _CPMenuManager: CPObject
|
||||
|
||||
Reference in New Issue
Block a user