X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ffilter_editor.cc;h=d70402b5f68c2aaf94ef597b9d9a234215c112f5;hb=a0d8fab19620aa55e5d9a672010ff3c00e6a2ae4;hp=e9fa7b47797b3abc425fda8a4ff765fca9f9c608;hpb=3828baf56467224f5d44049bf1e7a7ed11f43a05;p=dcpomatic.git diff --git a/src/wx/filter_editor.cc b/src/wx/filter_editor.cc index e9fa7b477..d70402b5f 100644 --- a/src/wx/filter_editor.cc +++ b/src/wx/filter_editor.cc @@ -65,7 +65,7 @@ FilterEditor::FilterEditor (wxWindow* parent, vector const & act bool const a = find (active.begin(), active.end(), *j) != active.end (); b->SetValue (a); _filters[*j] = b; - b->Bind (wxEVT_COMMAND_CHECKBOX_CLICKED, boost::bind (&FilterEditor::filter_toggled, this)); + b->Bind (wxEVT_CHECKBOX, boost::bind (&FilterEditor::filter_toggled, this)); sizer->Add (b); }