]> git.sesse.net Git - kdenlive/blobdiff - src/monitor.cpp
Fix timeline cursor frozen (wrongly removed line in previous commit):
[kdenlive] / src / monitor.cpp
index 8cfa793fd4b55e10b3a231417469904f132c0fc8..7315bb921e692459e29dc2a308d785a2efc9d988 100644 (file)
@@ -183,6 +183,7 @@ Monitor::Monitor(QString name, MonitorManager *manager, QString profile, QWidget
     connect(render, SIGNAL(rendererPosition(int)), this, SLOT(seekCursor(int)));
 
     if (name != "clip") {
+        connect(render, SIGNAL(rendererPosition(int)), this, SIGNAL(renderPosition(int)));
         connect(render, SIGNAL(durationChanged(int)), this, SIGNAL(durationChanged(int)));
         connect(m_ruler, SIGNAL(zoneChanged(QPoint)), this, SIGNAL(zoneUpdated(QPoint)));
     } else {