]> git.sesse.net Git - kdenlive/blobdiff - src/keyframeedit.cpp
Improve update of effect stack when resizing clip, start implementing merge of analys...
[kdenlive] / src / keyframeedit.cpp
index e6769721beb1456c99280592888deabb20654f93..0d4bc1d3fe71f272b257974b2ad4925d8a09d010 100644 (file)
@@ -471,4 +471,10 @@ void KeyframeEdit::checkVisibleParam()
     slotUpdateVisibleParameter(0);
 }
 
+void KeyframeEdit::slotUpdateRange(int inPoint, int outPoint)
+{
+    m_min = inPoint;
+    m_max = outPoint;
+}
+
 #include "keyframeedit.moc"