X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a236aa2058ccf3d36e9cafc20fa7375080c4be50..205bdf2069b93743848d69a39c0bd4a32e9ff8b7:/src/motif/checklst.cpp diff --git a/src/motif/checklst.cpp b/src/motif/checklst.cpp index b0e22aaefe..ff83d6d2c5 100644 --- a/src/motif/checklst.cpp +++ b/src/motif/checklst.cpp @@ -141,7 +141,7 @@ void wxCheckListBox::DoToggleItem( int n, int x ) event.SetEventObject(this); event.SetString(GetString(n)); - GetEventHandler()->ProcessEvent(event); + HandleWindowEvent(event); } }