mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
engine dialog fix buffersize sensitivity
This commit is contained in:
parent
7d88dc3202
commit
f77c923bee
1 changed files with 7 additions and 0 deletions
|
|
@ -852,6 +852,13 @@ EngineControl::list_devices ()
|
|||
} else {
|
||||
ok_button->set_sensitive (true);
|
||||
apply_button->set_sensitive (true);
|
||||
if (backend->can_change_sample_rate_when_running() && sample_rate_combo.get_children().size() > 0) {
|
||||
sample_rate_combo.set_sensitive (true);
|
||||
}
|
||||
if (backend->can_change_buffer_size_when_running() && buffer_size_combo.get_children().size() > 0) {
|
||||
buffer_size_combo.set_sensitive (true);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue