Skip to content

Commit

Permalink
Update undoable actions when loading signal chain
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kulik authored and Pavel Kulik committed Dec 12, 2023
1 parent 2450618 commit 62990d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Processors/ProcessorGraph/ProcessorGraphActions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,9 @@ bool LoadSignalChain::perform()
LOGDD("Performing load signal chain.");

processorGraph->loadFromXml(newSettings.get());

for (auto &p : processorGraph->getListOfProcessors())
processorGraph->updateUndoableActions(p->getNodeId());

return true;
}
Expand Down

0 comments on commit 62990d7

Please sign in to comment.