]> git.sesse.net Git - kdenlive/commitdiff
Set doc modified when changing clip type
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 14 Jun 2009 14:43:07 +0000 (14:43 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 14 Jun 2009 14:43:07 +0000 (14:43 +0000)
svn path=/trunk/kdenlive/; revision=3537

src/customtrackview.cpp

index 40f591b9fa4f8366351891a2ca0ef7a34204f752..12794173c721d7a0f6a29787efab268e901704b7 100644 (file)
@@ -4547,6 +4547,7 @@ void CustomTrackView::doChangeClipType(const GenTime &pos, int track, bool video
         m_document->renderer()->mltUpdateClipProducer(m_document->tracksCount() - track, start, clip->baseClip()->producer(track));
     }
     clip->update();
+    m_document->setModified(true);
 }
 
 void CustomTrackView::updateClipTypeActions(ClipItem *clip)