From: Jean-Baptiste Mardelle Date: Wed, 24 Oct 2012 15:12:53 +0000 (+0200) Subject: Fix crash when dropping clip in timeline X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=89a6e8726eab2f264b3c7fd01480fe7594b74b3a;p=kdenlive Fix crash when dropping clip in timeline --- 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));