expand comment

This commit is contained in:
Paul Davis 2020-02-11 17:40:38 -07:00
parent a48a2b26de
commit 0d1eb8c96c
1 changed files with 4 additions and 1 deletions

View File

@ -421,7 +421,10 @@ MidiTimeAxisView::maybe_trigger_model_change ()
model_changed (saved_model_name);
} else {
/* ensure that "Plugin Provided" is prefixed at the top of the list */
/* user has not explicitly set MIDNAM model, and
* there's a plugin provided MIDNAM. Ensure that
* "Plugin Provided" is prefixed at the top of the list
*/
model_changed (model_name);
if (_midnam_model_selector.items().empty () || _midnam_model_selector.items().begin()->get_label() != _("Plugin Provided")) {
setup_midnam_patches ();