зеркало из https://github.com/mozilla/pjs.git
use the Cocoa method for hiding cursor, not Quickdraw. b=377807 r=cbarrett sr=pav
This commit is contained in:
Родитель
48a9a5a49b
Коммит
21148a74bf
|
@ -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];
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче