]> git.sesse.net Git - kdenlive/blobdiff - src/editkeyframecommand.cpp
If exporting to script: Use variables for the location of the playlist and the destin...
[kdenlive] / src / editkeyframecommand.cpp
index d946cc459772b2dab03cfdf39dc62abf4dd86ffd..29c341ca24e47991373dbe0f55cd9c5ef2dd760a 100644 (file)
@@ -44,6 +44,7 @@ EditKeyFrameCommand::EditKeyFrameCommand(CustomTrackView *view, const int track,
 void EditKeyFrameCommand::undo()
 {
     m_view->editKeyFrame(m_pos, m_track, m_index, m_oldkfr);
+    m_doIt = true;
 }
 // virtual
 void EditKeyFrameCommand::redo()