triggerboxGUI: use new API and tweak add route dialog to allow choice to add triggerbox

This commit is contained in:
Paul Davis 2021-10-08 13:38:39 -06:00
parent 6326222a48
commit 305c9ba6e9
6 changed files with 34 additions and 57 deletions

View file

@ -3030,6 +3030,8 @@ ProcessorBox::add_processor_to_display (boost::weak_ptr<Processor> p)
e->set_selectable(false);
}
cerr << "Adding " << processor->name() << endl;
/* Set up this entry's state from the GUIObjectState */
XMLNode* proc = entry_gui_object_state (e);
if (proc) {