13
0

and 2c89ec5, keep backend running.

This commit is contained in:
Robin Gareus 2015-04-07 15:23:24 +02:00
parent 0ffde76e59
commit 40e3a01459

View File

@ -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();
} }