Skip to content

Commit 8564739

Browse files
committed
Removed two unnecessary emits
1 parent 865ced5 commit 8564739

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/actioncommands.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -716,8 +716,6 @@ void ActionCommands::interpolateKeyframes()
716716
counter++;
717717
layer->markFrameAsDirty(i);
718718
}
719-
emit mEditor->updateTimeLine();
720-
emit mEditor->framesModified();
721719
mEditor->scrubTo(last);
722720
}
723721

0 commit comments

Comments
 (0)