Reset idle_handler_id (fixes idle zoom -- bug in 265f52535a7)
[ardour.git] / gtk2_ardour / normalize_dialog.h
index 53b9e71b37309899e1909fa6c383a564fdaa5a0e..d3fb2a013bc804a810e1aaf146ad8bf89bac9ea8 100644 (file)
@@ -37,6 +37,10 @@ public:
        double target_rms () const;
        int run ();
 
+       void on_response (int response_id) {
+               Gtk::Dialog::on_response (response_id);
+       }
+
 private:
        void update_progress_gui (float);
        void button_clicked (int);