]> git.sesse.net Git - kdenlive/commitdiff
Fix qtimeline warning
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 16 Aug 2009 07:03:32 +0000 (07:03 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 16 Aug 2009 07:03:32 +0000 (07:03 +0000)
svn path=/trunk/kdenlive/; revision=3825

src/customtrackview.cpp

index df0eb6c5f30595be5be33c55370480063a797bc7..5b6161873c50dad6b27eab1ff0d3b2772e1fcdfc 100644 (file)
@@ -355,13 +355,14 @@ void CustomTrackView::mouseMoveEvent(QMouseEvent * event)
                 pos = (br.bottom() - pos) * maxh;
                 m_dragItem->updateKeyFramePos(keyFramePos, pos);
             }
-
+            m_animationTimer->stop();
             delete m_animation;
             m_animation = NULL;
             delete m_visualTip;
             m_visualTip = NULL;
             return;
         } else if (m_operationMode == MOVEGUIDE) {
+            m_animationTimer->stop();
             delete m_animation;
             m_animation = NULL;
             delete m_visualTip;