fix for incorrect text appearing in MIDNAM model selector

I do not understand why this works, but all of this code related to MIDNAM
model names is just a total mess in terms of rational design (caused, in turn,
by MIDNAM's design, which might possibly reflect the real world).
This commit is contained in:
Paul Davis 2023-09-11 13:13:43 -06:00
parent c625e13a6f
commit 9194dc9843

View File

@ -497,7 +497,6 @@ MidiTimeAxisView::update_patch_selector ()
if (_midnam_model_selector.items().empty () || _midnam_model_selector.items().begin()->get_label() != _("Plugin Provided")) {
setup_midnam_patches ();
}
model_changed (model_name);
}
}
}