]> git.sesse.net Git - kdenlive/blobdiff - src/clipitem.h
volume effect now works fine with keyframes
[kdenlive] / src / clipitem.h
index e2e501b6c586dd7dcb8b732e3977fc2584a20ce1..51c6e44c557e19d4600449c43bc3621de337e80c 100644 (file)
@@ -129,7 +129,8 @@ private:
     bool audioThumbWasDrawn, audioThumbReady;
     double framePixelWidth;
     QMap<int, QPainterPath > channelPaths;
-
+    /** Called when clip start is resized, adjust keyframes values */
+    void checkEffectsKeyframesPos(const int previous, const int current, bool fromStart);
 private slots:
     void slotThumbReady(int frame, QPixmap pix);
     void slotFetchThumbs();