[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdenlive] src: Fix timeline cursor frozen (wrongly removed line in
From:       Jean-Baptiste Mardelle <jb () kdenlive ! org>
Date:       2011-11-10 22:01:41
Message-ID: 20111110220141.45A79A60A6 () git ! kde ! org
[Download RAW message or body]

Git commit 960311221e4c4fc99a899fd635240ee1d0198ca6 by Jean-Baptiste Mardelle.
Committed on 10/11/2011 at 22:56.
Pushed by mardelle into branch 'master'.

Fix timeline cursor frozen (wrongly removed line in previous commit):
http://kdenlive.org/mantis/view.php?id=2400

M  +1    -0    src/monitor.cpp

http://commits.kde.org/kdenlive/960311221e4c4fc99a899fd635240ee1d0198ca6

diff --git a/src/monitor.cpp b/src/monitor.cpp
index 8cfa793..7315bb9 100644
--- a/src/monitor.cpp
+++ b/src/monitor.cpp
@@ -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 {
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic