зеркало из https://github.com/mozilla/pjs.git
enable menus on mac
This commit is contained in:
Родитель
2cd60573f3
Коммит
e3bb85c6eb
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче