зеркало из https://github.com/mozilla/pjs.git
Really fixing 20998
This commit is contained in:
Родитель
d801064755
Коммит
963c00b0d5
|
@ -102,10 +102,7 @@ nsMenuListener::KeyDown(nsIDOMEvent* aKeyEvent)
|
|||
if (!(ctrl || shift || meta)) {
|
||||
// The ALT key just went down by itself. This means kill
|
||||
// the menu.
|
||||
PRBool handled = PR_FALSE;
|
||||
mMenuParent->Escape(handled);
|
||||
if (!handled)
|
||||
mMenuParent->DismissChain();
|
||||
mMenuParent->DismissChain();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче