X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a83f860948059b0273b5cc6d9e43fadad3ebfca..27d79a5027bee4f46e57c813d072422065cb1592:/src/univ/checklst.cpp diff --git a/src/univ/checklst.cpp b/src/univ/checklst.cpp index 134e30b9b3..c242e941c3 100644 --- a/src/univ/checklst.cpp +++ b/src/univ/checklst.cpp @@ -57,8 +57,6 @@ public: // implementation of wxCheckListBox // ============================================================================ -IMPLEMENT_DYNAMIC_CLASS(wxCheckListBox, wxListBox) - // ---------------------------------------------------------------------------- // creation // ---------------------------------------------------------------------------- @@ -201,7 +199,7 @@ bool wxCheckListBox::PerformAction(const wxControlAction& action, { Check(sel, !IsChecked(sel)); - SendEvent(wxEVT_COMMAND_CHECKLISTBOX_TOGGLED, sel); + SendEvent(wxEVT_CHECKLISTBOX, sel); } } else