]> git.sesse.net Git - kdenlive/blobdiff - src/positionedit.cpp
Clean up timecode handling, improves:
[kdenlive] / src / positionedit.cpp
index 88ccd6629f0720644b77fe5117c9a1a609f2dccb..02f6253695633cc9ecfc30dc546d344dab8233b3 100644 (file)
@@ -53,7 +53,7 @@ void PositionEdit::slotUpdateTimecode()
 void PositionEdit::slotUpdatePosition()
 {
     m_ui.horizontalSlider->blockSignals(true);
-    int pos = m_tc.getFrameCount(m_ui.krestrictedline->text(), KdenliveSettings::project_fps());
+    int pos = m_tc.getFrameCount(m_ui.krestrictedline->text());
     m_ui.horizontalSlider->setValue(pos);
     if (pos != m_ui.horizontalSlider->value()) {
         // Value out of range