]> git.sesse.net Git - kdenlive/blobdiff - src/clipproperties.cpp
slideshow update
[kdenlive] / src / clipproperties.cpp
index 5383988fb13923316ddf23c073f193d6e155efdf..bcb697a28a1f09ac812daa2148065bd95e7ac029 100644 (file)
@@ -72,6 +72,7 @@ ClipProperties::ClipProperties(DocClipBase *clip, Timecode tc, double fps, QWidg
         m_view.image_type->addItems(types);
         m_view.slide_loop->setChecked(props.value("loop").toInt());
         m_view.slide_fade->setChecked(props.value("fade").toInt());
+        m_view.luma_softness->setValue(props.value("softness").toInt());
         QString path = props.value("resource");
         if (path.endsWith("png")) m_view.image_type->setCurrentIndex(TYPE_PNG);
         else if (path.endsWith("bmp")) m_view.image_type->setCurrentIndex(TYPE_BMP);