viewer: receive audio invalidation signal
Invalidates and runs cache task correctly even if there are no video nodes connected.
This commit is contained in:
@@ -109,7 +109,6 @@ void NodeView::DeleteSelected()
|
||||
|
||||
foreach (NodeEdge* edge, selected_edges) {
|
||||
new NodeEdgeRemoveCommand(edge->output(), edge->input(), command);
|
||||
qDebug() << "Deleting edge between" << edge->output()->parentNode() << "and" << edge->input()->parentNode();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user