Skip to content

Commit 714632c

Browse files
committed
Update settings for new chain if a plugin is moved before a source
1 parent f947017 commit 714632c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Source/Processors/ProcessorGraph/ProcessorGraph.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ void ProcessorGraph::moveProcessor(GenericProcessor* processor,
117117
LOGD("New source: ", newSource->getName());
118118
if (newDest != nullptr)
119119
LOGD("New dest: ", newDest->getName());
120+
LOGD("Move downstream: ", moveDownstream);
120121

121122
processor->setSourceNode(nullptr);
122123
processor->setDestNode(nullptr);
@@ -154,6 +155,7 @@ void ProcessorGraph::moveProcessor(GenericProcessor* processor,
154155
newDest->setSourceNode(processor);
155156
} else {
156157
processor->setDestNode(nullptr);
158+
updateSettings(newDest);
157159
}
158160
}
159161

0 commit comments

Comments
 (0)