diff --git a/AppKit/CPCursor.j b/AppKit/CPCursor.j index 887f669ac..c6c96acdc 100755 --- a/AppKit/CPCursor.j +++ b/AppKit/CPCursor.j @@ -117,7 +117,7 @@ var currentCursor = nil, - (void)push { cursorStack.push(self); - currentCursor = cursorStack[cursorStack.length - 1]; + currentCursor = self; } - (void)set