Prepare for GraphNode::feeds () and fed-by API update (1/2)

This commit is contained in:
Robin Gareus 2022-04-29 00:17:35 +02:00
parent 078e652859
commit f2016f2408
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
3 changed files with 8 additions and 3 deletions

View file

@ -1871,7 +1871,8 @@ PluginPinWidget::maybe_add_route_to_input_menu (boost::shared_ptr<Route> r, Data
return added;
}
if (_route ()->feeds_according_to_graph (r)) {
if (_route ()->feeds (r)) {
/* do not allow connfeedback */
return added;
}