Fixed menu event propogation to be consistent across platforms, and
with the docs. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -199,7 +199,8 @@ bool wxFrameBase::ProcessCommand(int id)
|
||||
}
|
||||
}
|
||||
|
||||
return GetEventHandler()->ProcessEvent(commandEvent);
|
||||
GetEventHandler()->ProcessEvent(commandEvent);
|
||||
return TRUE;
|
||||
#else // !wxUSE_MENUS
|
||||
return FALSE;
|
||||
#endif // wxUSE_MENUS/!wxUSE_MENUS
|
||||
|
Reference in New Issue
Block a user