diff --git a/app/src/actioncommands.cpp b/app/src/actioncommands.cpp index 838ea095e..babac3b82 100644 --- a/app/src/actioncommands.cpp +++ b/app/src/actioncommands.cpp @@ -716,8 +716,6 @@ void ActionCommands::interpolateKeyframes() counter++; layer->markFrameAsDirty(i); } - emit mEditor->updateTimeLine(); - emit mEditor->framesModified(); mEditor->scrubTo(last); }