зеркало из https://github.com/mozilla/gecko-dev.git
OnChar now returns FALSE to widget typ in works
This commit is contained in:
Родитель
8bb9ee20a0
Коммит
2acd2337e1
|
@ -2072,7 +2072,7 @@ BOOL nsWindow::OnChar( UINT aVirtualKeyCode )
|
|||
|
||||
DispatchKeyEvent(NS_KEY_DOWN, aVirtualKeyCode, aVirtualKeyCode);
|
||||
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче