зеркало из https://github.com/mozilla/gecko-dev.git
fixed lame syntax error
This commit is contained in:
Родитель
5b057eda81
Коммит
71fef1d51b
|
@ -893,7 +893,7 @@ NS_IMETHODIMP nsWindow::DispatchEvent(nsGUIEvent* event, nsEventStatus& aStatus)
|
|||
aStatus = nsEventStatus_eIgnore;
|
||||
|
||||
if (nsnull != mMenuListener){
|
||||
if(NS_MENU_EVENT == event->eventStructType)
|
||||
//if(NS_MENU_EVENT == event->eventStructType)
|
||||
//aStatus = mMenuListener->MenuSelected( static_cast<nsMenuEvent&>(*event) );
|
||||
}
|
||||
if (mEventCallback)
|
||||
|
|
Загрузка…
Ссылка в новой задаче