]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/checklst.cpp
Start bisecting GetAs() wxAny test itself.
[wxWidgets.git] / src / univ / checklst.cpp
index 134e30b9b3fe260ee1bb41dc56ed7a0d03e931de..c242e941c321b309c744d166e1490c2d635d6440 100644 (file)
@@ -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