13
0

engine dialog should emit response and handle it, not just call its own response dialog

This commit is contained in:
Paul Davis 2019-10-08 21:30:00 -06:00
parent 2c5fcf24a5
commit 1be0c0efe7

View File

@ -3244,7 +3244,7 @@ EngineControl::connect_disconnect_click()
}
start_engine ();
if (!ARDOUR_UI::instance()->the_session ()) {
ArdourDialog::on_response (RESPONSE_OK);
ArdourDialog::response (RESPONSE_OK);
}
}
}