]> git.sesse.net Git - kdenlive/blobdiff - src/effectstackview.cpp
Fix crash on clip deletion, fix issues with placeholder clips
[kdenlive] / src / effectstackview.cpp
index a86983e65b70aa4090d969773f3c2a06ac36659a..c2990c57a04fdb0d5f991cfc1ed4ab7bfb8655fe 100644 (file)
@@ -140,6 +140,7 @@ void EffectStackView::slotUpdateEffectParams(const QDomElement old, const QDomEl
 
 void EffectStackView::slotClipItemSelected(ClipItem* c, int ix)
 {
+    if (c && !c->isEnabled()) return;
     if (c && c == m_clipref) {
         if (ix == -1) ix = m_ui.effectlist->currentRow();
     } else {