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