]> git.sesse.net Git - kdenlive/blobdiff - src/clipproperties.cpp
Fix timeline handling of objects (move them instead of changing their bounding rect
[kdenlive] / src / clipproperties.cpp
index 1111277e1ca9dd051529ebef9025ef3046c1dc04..4bb88abacfcae6d396b50e90b8add37246115a49 100644 (file)
@@ -326,7 +326,7 @@ void ClipProperties::parseFolder() {
     m_view.slide_info->setText(i18n("%1 images found", m_count));
     QDomElement xml = m_clip->toXML();
     xml.setAttribute("resource", m_view.clip_path->text() + extension);
-    QPixmap pix = m_clip->thumbProducer()->getImage(xml, 1, 240, 180);
+    QPixmap pix = m_clip->thumbProducer()->getImage(KUrl(m_view.clip_path->text() + extension), 1, 240, 180);
     QMap <QString, QString> props = m_clip->properties();
     m_view.clip_duration->setText(m_tc.getTimecodeFromFrames(props.value("ttl").toInt() * m_count));
     m_view.clip_thumb->setPixmap(pix);