fix merge conflict with master
[ardour.git] / libs / ardour / lv2_plugin.cc
index f24aa653bb1fc2b3b4b7e6cc2158cc659bd6d7b2..b79e06779821dcabd647122799c4fa670680b9dd 100644 (file)
@@ -1027,6 +1027,7 @@ LV2Plugin::load_preset(PresetRecord r)
        if (state) {
                lilv_state_restore(state, _impl->instance, set_port_value, this, 0, NULL);
                lilv_state_free(state);
+               Plugin::load_preset(r);
        }
 
        lilv_node_free(pset);