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