[vlmc-devel] commit: TracksView: Fix multiple clip clip detection. ( Hugo Beauzée-Luyssen )

git at videolan.org git at videolan.org
Thu Aug 26 23:03:09 CEST 2010


vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Thu Aug 26 19:43:29 2010 +0200| [c83861e6b98586aed2dba0228a8cb8852bd28b2a] | committer: Hugo Beauzée-Luyssen 

TracksView: Fix multiple clip clip detection.

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=c83861e6b98586aed2dba0228a8cb8852bd28b2a
---

 src/Gui/timeline/TracksView.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/Gui/timeline/TracksView.cpp b/src/Gui/timeline/TracksView.cpp
index 1b4f876..804a08c 100644
--- a/src/Gui/timeline/TracksView.cpp
+++ b/src/Gui/timeline/TracksView.cpp
@@ -218,6 +218,8 @@ TracksView::removeClip( const QUuid& uuid  )
 
             // Removing the item from the backend.
             item->track()->trackWorkflow()->removeClip( itemUuid );
+
+            m_clipsLoaded.remove( item->clipHelper()->uuid() );
         }
     }
 }



More information about the Vlmc-devel mailing list