]> git.sesse.net Git - kdenlive/blobdiff - src/rotoscoping/rotowidget.cpp
rotoscoping: obey to frames vs. timecode setting
[kdenlive] / src / rotoscoping / rotowidget.cpp
index b1dddf74dd5d9c4fa77862f95cef447602ddd084..937116951d7c714ca40994198a0d51bb49bbea22 100644 (file)
@@ -299,4 +299,9 @@ void RotoWidget::slotMoveKeyframe(int oldPos, int newPos)
     emit valueChanged();
 }
 
+void RotoWidget::updateTimecodeFormat()
+{
+    m_keyframeWidget->updateTimecodeFormat();
+}
+
 #include "rotowidget.moc"