This commit is contained in:
saari%netscape.com 1999-02-04 03:44:43 +00:00
Родитель 5b057eda81
Коммит 71fef1d51b
1 изменённых файлов: 1 добавлений и 1 удалений

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

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