[vlmc-devel] commit: TracksView: Fixing a crash when dragging a clip out of the timeline . ( Hugo Beauzée-Luyssen )

git at videolan.org git at videolan.org
Sun Sep 26 12:54:38 CEST 2010


vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Sun Sep 26 12:53:54 2010 +0200| [e48a6e990f5a5a4231696c9e78b7b1908138ba32] | committer: Hugo Beauzée-Luyssen 

TracksView: Fixing a crash when dragging a clip out of the timeline.

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

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

diff --git a/src/Gui/timeline/TracksView.cpp b/src/Gui/timeline/TracksView.cpp
index 0c34c13..d03c487 100644
--- a/src/Gui/timeline/TracksView.cpp
+++ b/src/Gui/timeline/TracksView.cpp
@@ -65,6 +65,7 @@ TracksView::TracksView( QGraphicsScene *scene, MainWorkflow *mainWorkflow,
     m_numVideoTrack = 0;
     m_dragVideoItem = NULL;
     m_dragAudioItem = NULL;
+    m_dragEffectItem = NULL;
     m_lastKnownTrack = NULL;
     m_effectTarget = NULL;
     m_action = None;



More information about the Vlmc-devel mailing list