Fixed the popup menus when you right click a widget.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8952 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2402,7 +2402,7 @@ void ObjectMenuProc(wxMenu *menu, wxCommandEvent& event)
|
|||||||
if (!data)
|
if (!data)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
switch (event.GetInt())
|
switch (event.GetId())
|
||||||
{
|
{
|
||||||
case OBJECT_MENU_EDIT:
|
case OBJECT_MENU_EDIT:
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user