]> git.sesse.net Git - kdenlive/blobdiff - src/abstractclipitem.cpp
When cutting a clip with keyframe effect, ensure that both parts of the clip get...
[kdenlive] / src / abstractclipitem.cpp
index b1b7d6613dd782ffba530a8e51dbad3f904cbd68..87419b8f8b7c5100e9a9ffd3848d54c9a2ee4ffc 100644 (file)
@@ -97,7 +97,7 @@ void AbstractClipItem::resizeStart(int posx) {
     }
 }
 
-void AbstractClipItem::resizeEnd(int posx) {
+void AbstractClipItem::resizeEnd(int posx, bool updateKeyFrames) {
     GenTime durationDiff = GenTime(posx, m_fps) - endPos();
     if (durationDiff == GenTime()) return;
     //kDebug() << "-- RESCALE: CROP=" << m_cropStart << ", DIFF = " << durationDiff;