]> git.sesse.net Git - kdenlive/commitdiff
fix slideshow clip softness update
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 20 Jul 2008 19:10:22 +0000 (19:10 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 20 Jul 2008 19:10:22 +0000 (19:10 +0000)
svn path=/branches/KDE4/; revision=2333

src/clipproperties.cpp

index bcb697a28a1f09ac812daa2148065bd95e7ac029..f631d06fe4c2021fa33a61e858b4d157945ce360 100644 (file)
@@ -214,6 +214,8 @@ QMap <QString, QString> ClipProperties::properties() {
         if (old_props.value("loop") != value) props["loop"] = value;
         value = QString::number((int) m_view.slide_fade->isChecked());
         if (old_props.value("fade") != value) props["fade"] = value;
+        value = QString::number((int) m_view.luma_softness->value());
+        if (old_props.value("softness") != value) props["softness"] = value;
 
         QString extension;
         switch (m_view.image_type->currentIndex()) {