From 6f7766c253c7ff4cfe4d34b653577ad53651fb9d Mon Sep 17 00:00:00 2001 From: Ben Kuper Date: Fri, 17 Jan 2025 20:57:32 +0100 Subject: [PATCH] fix again --- Source/Module/modules/sequence/commands/SequenceCommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Module/modules/sequence/commands/SequenceCommand.cpp b/Source/Module/modules/sequence/commands/SequenceCommand.cpp index 15f36c72..5442314a 100644 --- a/Source/Module/modules/sequence/commands/SequenceCommand.cpp +++ b/Source/Module/modules/sequence/commands/SequenceCommand.cpp @@ -103,7 +103,7 @@ void SequenceCommand::triggerInternal(int multiplexIndex) { BaseCommand::triggerInternal(multiplexIndex); - if (actionType != STOP_ALL_SEQUENCES && actionType != PLAY_MULTI_SEQUENCES && actionType != PLAY_SEQUENCE_AT) + if (actionType != STOP_ALL_SEQUENCES && actionType != PLAY_MULTI_SEQUENCES && actionType != PLAY_SEQUENCE_AT && actionType != SET_EDITING_SEQUENCE_AT) { if (getLinkedTargetContainerAs(target, multiplexIndex) == nullptr) return; //if (target->targetContainer.wasObjectDeleted()) return;