add back-pointer to TempoMap from points, and push dirty=true into map
[ardour.git] / gtk2_ardour / rhythm_ferret.cc
index 2106f487d29faf6ef39462c3fafc16c0c500a960..aa4a8c908ad83cc276ef3e016901f7478e415469 100644 (file)
@@ -172,6 +172,12 @@ RhythmFerret::RhythmFerret (Editor& e)
        analysis_mode_changed ();
 }
 
+void
+RhythmFerret::on_response (int response_id)
+{
+       Gtk::Dialog::on_response (response_id);
+}
+
 void
 RhythmFerret::analysis_mode_changed ()
 {