GUI update for plugin-preset-list API change
This commit is contained in:
parent
e6e7377cd8
commit
6a45e4a2b1
@ -2320,7 +2320,7 @@ Mixer_UI::sync_treeview_from_favorite_order ()
|
||||
continue;
|
||||
}
|
||||
|
||||
vector<ARDOUR::Plugin::PresetRecord> presets = (*i)->get_presets(*_session);
|
||||
vector<ARDOUR::Plugin::PresetRecord> presets = (*i)->get_presets (true);
|
||||
for (vector<ARDOUR::Plugin::PresetRecord>::const_iterator j = presets.begin(); j != presets.end(); ++j) {
|
||||
Gtk::TreeModel::Row child_row = *(favorite_plugins_model->append (newrow.children()));
|
||||
child_row[favorite_plugins_columns.name] = (*j).label;
|
||||
|
Loading…
Reference in New Issue
Block a user