call parent ::on_response()
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 11 Oct 2019 19:53:48 +0000 (13:53 -0600)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 11 Oct 2019 19:53:48 +0000 (13:53 -0600)
gtk2_ardour/engine_dialog.cc

index 82136ace0f10cf9f906581e76359ec99bf667e3e..57e76ef720f588f963bbbe26c4f41228fe185947 100644 (file)
@@ -2756,11 +2756,12 @@ EngineControl::control_app_button_clicked ()
 }
 
 void
-EngineControl::on_response (int)
+EngineControl::on_response (int r)
 {
        /* we do nothing when our response signal is emitted ... that's the
         * responsibility of whoever displayed us.
         */
+       ArdourDialog::on_response (r);
 }
 
 void