mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
fix sensitivity of engine dialog driver_combo.
This commit is contained in:
parent
298ce8fdbf
commit
58d6c39b3d
1 changed files with 1 additions and 0 deletions
|
|
@ -652,6 +652,7 @@ EngineControl::EngineControl ()
|
|||
|
||||
if (backend->requires_driver_selection()) {
|
||||
vector<string> drivers = backend->enumerate_drivers();
|
||||
driver_combo.set_sensitive (true);
|
||||
|
||||
if (!drivers.empty()) {
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue