]> git.sesse.net Git - kdenlive/commitdiff
Fix keyframe seek from effect stack:
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Wed, 17 Feb 2010 07:34:24 +0000 (07:34 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Wed, 17 Feb 2010 07:34:24 +0000 (07:34 +0000)
http://kdenlive.org/mantis/view.php?id=1448

svn path=/trunk/kdenlive/; revision=4313

src/effectstackedit.cpp

index 8cbc72f0b8141199fb33623bd0b09783a3cfa45d..20f26c2d12c256c1c8854861e87e1556f3222df8 100644 (file)
@@ -339,7 +339,7 @@ void EffectStackEdit::transferParamDesc(const QDomElement d, int in, int out)
 
 void EffectStackEdit::slotSeekToPos(int pos)
 {
-    emit seekTimeline(m_in + pos);
+    emit seekTimeline(pos - m_in);
 }
 
 wipeInfo EffectStackEdit::getWipeInfo(QString value)