mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Query backend’s setup_required() every time. fixes #6041
This commit is contained in:
parent
aae2f9fb4d
commit
2c89ec5c0b
1 changed files with 1 additions and 0 deletions
|
|
@ -324,6 +324,7 @@ void
|
|||
EngineControl::on_show ()
|
||||
{
|
||||
ArdourDialog::on_show ();
|
||||
backend_changed ();
|
||||
device_changed ();
|
||||
ok_button->grab_focus();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue