From 89a6e8726eab2f264b3c7fd01480fe7594b74b3a Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Wed, 24 Oct 2012 17:12:53 +0200 Subject: [PATCH] Fix crash when dropping clip in timeline --- src/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 49bf5018..da448cc9 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1962,6 +1962,7 @@ bool MainWindow::closeCurrentDocument(bool saveChanges) break; } } + slotTimelineClipSelected(NULL, false); m_clipMonitor->slotSetClipProducer(NULL); m_projectList->slotResetProjectList(); m_timelineArea->removeTab(m_timelineArea->indexOf(w)); -- 2.39.2