]> git.sesse.net Git - kdenlive/blobdiff - src/monitor.cpp
Fix timeline cursor frozen (wrongly removed line in previous commit):
[kdenlive] / src / monitor.cpp
index 7d202c9b82c4fa14bcec7664416c6b4306fcbf2e..88184ff453309de236837e98538c990288e35903 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 {