mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix mistake in previous nit fix from bug 432389
This commit is contained in:
parent
ae5c727a04
commit
56df672277
@ -4248,7 +4248,7 @@ GetUSLayoutCharFromKeyTranslate(UInt32 aKeyCode, UInt32 aModifiers)
|
||||
|
||||
// normal chars
|
||||
PRUint32 unshiftedChar = GetUniCharFromKeyTranslate(kt, key, lockState);
|
||||
Uint32 shiftLockMod = shiftKey | lockState;
|
||||
UInt32 shiftLockMod = shiftKey | lockState;
|
||||
PRUint32 shiftedChar = GetUniCharFromKeyTranslate(kt, key, shiftLockMod);
|
||||
|
||||
// characters generated with Cmd key
|
||||
|
Loading…
Reference in New Issue
Block a user