bug for IME input activation wrongly causing the menu to be activated. r=ftang,jfrancis, a=jar hyatt pdt+ bug dont remember which one

git-svn-id: svn://10.0.0.236/trunk@61701 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mjudge%netscape.com
2000-02-25 23:57:37 +00:00
parent efb1ca1692
commit 7e7b74915f

View File

@@ -82,8 +82,8 @@ nsMenuBarListener::KeyUp(nsIDOMEvent* aKeyEvent)
#if !defined(XP_UNIX) || defined(NTO)
if (theChar == NS_VK_ALT && mAltKeyDown) {
// The ALT key was down and is now up.
mAltKeyDown = PR_FALSE;
mMenuBarFrame->ToggleMenuActiveState();
mAltKeyDown = PR_FALSE;
}
#endif