]> 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 22:01:13 +0000 (23:01 +0100)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Thu, 10 Nov 2011 22:01:13 +0000 (23:01 +0100)
http://kdenlive.org/mantis/view.php?id=2400

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 {