and 2c89ec5
, keep backend running.
This commit is contained in:
parent
0ffde76e59
commit
40e3a01459
@ -324,7 +324,10 @@ void
|
|||||||
EngineControl::on_show ()
|
EngineControl::on_show ()
|
||||||
{
|
{
|
||||||
ArdourDialog::on_show ();
|
ArdourDialog::on_show ();
|
||||||
backend_changed ();
|
if (!ARDOUR::AudioEngine::instance()->current_backend() || !ARDOUR::AudioEngine::instance()->running()) {
|
||||||
|
// re-check _have_control (jackd running) see #6041
|
||||||
|
backend_changed ();
|
||||||
|
}
|
||||||
device_changed ();
|
device_changed ();
|
||||||
ok_button->grab_focus();
|
ok_button->grab_focus();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user