clear engine device combo when no devices are available

This commit is contained in:
Robin Gareus 2014-06-15 03:08:40 +02:00
parent 69af017315
commit 21ed2d6767

View File

@ -796,6 +796,7 @@ EngineControl::list_devices ()
apply_button->set_sensitive (true);
} else {
device_combo.clear();
sample_rate_combo.set_sensitive (false);
buffer_size_combo.set_sensitive (false);
input_latency.set_sensitive (false);