git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67530
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
- event.StopPropagation();
-
// For safety, completely re-create a new wxCommandEvent
wxCommandEvent evt2(event);
evt2.SetId(GetId());
evt2.SetEventObject(this);
HandleWindowEvent(evt2);
// For safety, completely re-create a new wxCommandEvent
wxCommandEvent evt2(event);
evt2.SetId(GetId());
evt2.SetEventObject(this);
HandleWindowEvent(evt2);
+
+ event.StopPropagation();
}
// call if cursor is on button area or mouse is captured for the button
}
// call if cursor is on button area or mouse is captured for the button