From da2d6312c43213241e0a60656d631a89255d2951 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 11 Oct 2019 13:53:48 -0600 Subject: call parent ::on_response() --- gtk2_ardour/engine_dialog.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gtk2_ardour') diff --git a/gtk2_ardour/engine_dialog.cc b/gtk2_ardour/engine_dialog.cc index 82136ace0f..57e76ef720 100644 --- a/gtk2_ardour/engine_dialog.cc +++ b/gtk2_ardour/engine_dialog.cc @@ -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 -- cgit v1.2.3