X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e7478376f1274fb462443ad911647e65e76f3bd8..1d40540f065ef2e83dacd2892d518cf7f46cd2c5:/src/univ/checklst.cpp diff --git a/src/univ/checklst.cpp b/src/univ/checklst.cpp index 4e2d6f857c..c242e941c3 100644 --- a/src/univ/checklst.cpp +++ b/src/univ/checklst.cpp @@ -199,7 +199,7 @@ bool wxCheckListBox::PerformAction(const wxControlAction& action, { Check(sel, !IsChecked(sel)); - SendEvent(wxEVT_COMMAND_CHECKLISTBOX_TOGGLED, sel); + SendEvent(wxEVT_CHECKLISTBOX, sel); } } else