mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
engine dialog should emit response and handle it, not just call its own response dialog
This commit is contained in:
parent
2c5fcf24a5
commit
1be0c0efe7
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue