]> git.sesse.net Git - kdenlive/blobdiff - src/clipmanager.cpp
start implementing image / title transparency
[kdenlive] / src / clipmanager.cpp
index c5494d25757e4bed312e84ee3e84fd9589f290e0..232b311cbec1972404e45fb6995d8be4240224ba 100644 (file)
@@ -171,6 +171,7 @@ void ClipManager::slotAddTextClipFile(const QString path, const QString xml, con
         prod.setAttribute("groupid", groupId);
     }
     prod.setAttribute("type", (int) TEXT);
+    prod.setAttribute("transparency", "1");
     prod.setAttribute("in", "0");
     prod.setAttribute("out", m_doc->getFramePos(KdenliveSettings::image_duration()) - 1);
     AddClipCommand *command = new AddClipCommand(m_doc, prod, id, true);