clicking on curve text does the right thing.

This commit is contained in:
nick_m 2017-02-27 19:20:50 +11:00 committed by Robin Gareus
parent 4496babc8f
commit 07b4da44bf
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ TempoCurve::TempoCurve (PublicEditor& ed, ArdourCanvas::Container& parent, guint
//group->Event.connect (sigc::bind (sigc::mem_fun (editor, &PublicEditor::canvas_marker_event), group, this));
}
_curve->Event.connect (sigc::bind (sigc::mem_fun (editor, &PublicEditor::canvas_tempo_curve_event), _curve, this));
_group->Event.connect (sigc::bind (sigc::mem_fun (editor, &PublicEditor::canvas_tempo_curve_event), _curve, this));
}