Query backend’s setup_required() every time. fixes #6041

This commit is contained in:
Robin Gareus 2015-04-04 02:39:30 +02:00
parent aae2f9fb4d
commit 2c89ec5c0b

View File

@ -324,6 +324,7 @@ void
EngineControl::on_show ()
{
ArdourDialog::on_show ();
backend_changed ();
device_changed ();
ok_button->grab_focus();
}