initialize MetaKey setting (previously overlooked)

This commit is contained in:
brade%netscape.com 1999-12-23 15:33:58 +00:00
Родитель 35816a96e7
Коммит 7ef9f02424
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -3409,6 +3409,8 @@ nsEnderEventListener::DispatchMouseEvent(nsIDOMMouseEvent *aEvent, PRInt32 aEven
aEvent->GetShiftKey(&(event.isShift));
aEvent->GetCtrlKey(&(event.isControl));
aEvent->GetAltKey(&(event.isAlt));
aEvent->GetMetaKey(&(event.isMeta));
PRUint16 clickCount;
aEvent->GetClickCount(&clickCount);
event.clickCount = clickCount;