use the Cocoa method for hiding cursor, not Quickdraw. b=377807 r=cbarrett sr=pav
git-svn-id: svn://10.0.0.236/trunk@224654 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -3696,7 +3696,7 @@ static PRBool IsSpecialGeckoKey(UInt32 macKeyCode)
|
||||
|
||||
if (outGeckoEvent->message == NS_KEY_PRESS && !outGeckoEvent->isMeta && outGeckoEvent->keyCode != NS_VK_PAGE_UP &&
|
||||
outGeckoEvent->keyCode != NS_VK_PAGE_DOWN)
|
||||
::ObscureCursor();
|
||||
[NSCursor setHiddenUntilMouseMoves:YES];
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user