Skip to content

Commit f463b85

Browse files
committed
Remove update() call when restoring action owners
1 parent 915f93f commit f463b85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Processors/ProcessorGraph/ProcessorGraph.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ void ProcessorGraph::updateUndoableActions (int nodeId)
10831083
for (auto action : getUndoableActions (nodeId))
10841084
{
10851085
GenericProcessor* p = getProcessorWithNodeId (nodeId);
1086-
p->update();
1086+
//p->update();
10871087
action->restoreOwner (p);
10881088
}
10891089
}

0 commit comments

Comments
 (0)