mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Fix state restoration in EngineControl dialog for backends with driver selection
We want to save the driver name even when the engine is running and the driver combo is insensitive
This commit is contained in:
parent
864b557a3d
commit
59a8fc9e64
1 changed files with 1 additions and 1 deletions
|
|
@ -2405,7 +2405,7 @@ EngineControl::get_backend () const
|
|||
string
|
||||
EngineControl::get_driver () const
|
||||
{
|
||||
if (driver_combo.get_sensitive() && driver_combo.get_parent()) {
|
||||
if (driver_combo.get_parent()) {
|
||||
return driver_combo.get_active_text ();
|
||||
} else {
|
||||
return "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue