mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
Set active text in buffer_size combo in EngineControl dialog
Fixes issue with empty buffer size combo when switching to the PA ASIO driver
This commit is contained in:
parent
71e7b2fbd6
commit
815ffcd567
1 changed files with 1 additions and 0 deletions
|
|
@ -1161,6 +1161,7 @@ EngineControl::set_buffersize_popdown_strings (const std::string& device_name)
|
|||
if (!s.empty()) {
|
||||
buffer_size_combo.set_sensitive (true);
|
||||
set_popdown_strings (buffer_size_combo, s);
|
||||
buffer_size_combo.set_active_text (s.front());
|
||||
|
||||
uint32_t period = backend->buffer_size();
|
||||
if (0 == period) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue