]> git.sesse.net Git - kdenlive/blobdiff - src/keyframeedit.h
Don't send effect change when simply opening the effect in effectstack
[kdenlive] / src / keyframeedit.h
index 7594c44f57be6942ed90a493a3f04813f1eb8861..b804da41a1f7b80bd2bab06bc86f28472fc19217 100644 (file)
@@ -127,7 +127,7 @@ private slots:
     void slotResetKeyframe();
 
     /** @brief Makes the parameter at column @param id the visible (in timeline) one. */
-    void slotUpdateVisibleParameter(int id);
+    void slotUpdateVisibleParameter(int id, bool update = true);
 
 signals:
     void parameterChanged();