This commit is contained in:
hyatt%netscape.com 2000-02-13 19:58:35 +00:00
Родитель d801064755
Коммит 963c00b0d5
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -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