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:
parent
c625e13a6f
commit
9194dc9843
@ -497,7 +497,6 @@ MidiTimeAxisView::update_patch_selector ()
|
|||||||
if (_midnam_model_selector.items().empty () || _midnam_model_selector.items().begin()->get_label() != _("Plugin Provided")) {
|
if (_midnam_model_selector.items().empty () || _midnam_model_selector.items().begin()->get_label() != _("Plugin Provided")) {
|
||||||
setup_midnam_patches ();
|
setup_midnam_patches ();
|
||||||
}
|
}
|
||||||
model_changed (model_name);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user