update engine dialog UI state

fixes crash when jack is started externally
and the dialog is displayed later.
The current state e.g. avail buffer sizes is not
are queried from the backend, Apply,OK -> crash
because the dropdown is empty)
This commit is contained in:
Robin Gareus 2015-01-17 19:50:48 +01:00
parent d312bf1d7a
commit 7d88dc3202

View File

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