]> git.sesse.net Git - kdenlive/commitdiff
Fix timeline cursor frozen (wrongly removed line in previous commit):
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Thu, 10 Nov 2011 21:56:50 +0000 (22:56 +0100)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Thu, 10 Nov 2011 21:56:50 +0000 (22:56 +0100)
http://kdenlive.org/mantis/view.php?id=2400

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 {