зеркало из https://github.com/mozilla/gecko-dev.git
windows, gtk, motif corrections for nsIMenuListener.h change
This commit is contained in:
Родитель
c3f3a15d8a
Коммит
2cdfa58f9b
|
@ -68,6 +68,7 @@ NS_IMPL_RELEASE(nsMenuBar)
|
|||
//-------------------------------------------------------------------------
|
||||
nsEventStatus nsMenuBar::MenuSelected(const nsMenuEvent & aMenuEvent)
|
||||
{
|
||||
/*
|
||||
// Dispatch menu event
|
||||
nsEventStatus eventStatus = nsEventStatus_eIgnore;
|
||||
for (int i = mMenuVoidArray.Count(); i >= 0; i--)
|
||||
|
@ -79,7 +80,7 @@ nsEventStatus nsMenuBar::MenuSelected(const nsMenuEvent & aMenuEvent)
|
|||
if(nsEventStatus_eIgnore != eventStatus)
|
||||
return eventStatus;
|
||||
}
|
||||
|
||||
*/
|
||||
return nsEventStatus_eIgnore;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче