X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f513aa78ee5e038b389732ccbccca1cab2220446..9d5507f7a2701395e1d5c121bd877bb9066ee6ea:/src/cocoa/textctrl.mm diff --git a/src/cocoa/textctrl.mm b/src/cocoa/textctrl.mm index 67da0acd68..d33626cd18 100644 --- a/src/cocoa/textctrl.mm +++ b/src/cocoa/textctrl.mm @@ -102,7 +102,7 @@ void wxTextCtrl::CocoaTarget_action(void) //event.SetString(GetValue()); event.SetEventObject(this); - GetEventHandler()->ProcessEvent(event); + HandleWindowEvent(event); } void wxTextCtrl::AppendText(wxString const&)