This commit is contained in:
saari%netscape.com 1999-02-19 18:17:24 +00:00
Родитель ab5f5b57b5
Коммит e1d95977e4
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -894,8 +894,8 @@ NS_IMETHODIMP nsWindow::DispatchEvent(nsGUIEvent* event, nsEventStatus& aStatus)
aStatus = nsEventStatus_eIgnore;
if (nsnull != mMenuListener){
//if(NS_MENU_EVENT == event->eventStructType)
//aStatus = mMenuListener->MenuSelected( static_cast<nsMenuEvent&>(*event) );
if(NS_MENU_EVENT == event->eventStructType)
aStatus = mMenuListener->MenuSelected( static_cast<nsMenuEvent&>(*event) );
}
if (mEventCallback)
aStatus = (*mEventCallback)(event);