fix device changes..

backend_changed() stopped the backend.
This commit is contained in:
Robin Gareus 2015-03-07 09:00:18 +01:00
parent 659a8a26ae
commit 82e23ecd2a

View File

@ -2196,7 +2196,8 @@ void
EngineControl::device_list_changed ()
{
PBD::Unwinder<uint32_t> protect_ignore_changes (ignore_changes, ignore_changes + 1);
backend_changed();
list_devices ();
midi_option_changed();
}
void