]> git.sesse.net Git - kdenlive/blobdiff - src/monitor.cpp
Try to fix timecode error:
[kdenlive] / src / monitor.cpp
index a39e79111d938320d239e7f42dcbb8182daea71d..89ebe859009ae15f201e88e1b791e4a651662c01 100644 (file)
@@ -523,7 +523,7 @@ void Monitor::setTimePos(const QString &pos)
 
 void Monitor::slotSeek()
 {
-    slotSeek(m_timePos->value());
+    slotSeek(m_timePos->getValue());
 }
 
 void Monitor::slotSeek(int pos)