]> git.sesse.net Git - kdenlive/commitdiff
Fix issue with rendering guides:
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Mon, 25 May 2009 23:39:44 +0000 (23:39 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Mon, 25 May 2009 23:39:44 +0000 (23:39 +0000)
http://www.kdenlive.org/mantis/view.php?id=861

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

src/customtrackview.cpp

index b98cfc8879c607ff8810a67d623e881ffd78c2cb..0d45a422d9abff319c0d8e0ac4c4d6d92377f23a 100644 (file)
@@ -2171,6 +2171,7 @@ void CustomTrackView::mouseReleaseEvent(QMouseEvent * event)
             EditGuideCommand *command = new EditGuideCommand(this, m_dragGuide->position(), m_dragGuide->label(), newPos, m_dragGuide->label(), false);
             m_commandStack->push(command);
             m_dragGuide->updateGuide(GenTime(m_dragGuide->pos().x(), m_document->fps()));
+            m_document->syncGuides(m_guides);
         }
         m_dragGuide = NULL;
         m_dragItem = NULL;