https://bugs.kde.org/show_bug.cgi?id=384197

--- Comment #3 from mikko.rap...@iki.fi ---
Plain revert of d9ecb0751bcd82592506e5ebf18743ac56624d24 is not enough so I
ended up with:

--- a/src/doc/kdenlivedoc.cpp
+++ b/src/doc/kdenlivedoc.cpp
@@ -902,8 +902,9 @@ void KdenliveDoc::slotModified()
 void KdenliveDoc::setModified(bool mod)
 {
     // fix mantis#3160: The document may have an empty URL if not saved yet,
bu
t should have a m_autosave in any case
-    if (m_autosave && mod) {
-        emit startAutoSave();
+    if (m_autosave && mod && KdenliveSettings::crashrecovery()) {
+        // disabled, causes playback glitches too much
+        // emit startAutoSave();
     }
     if (mod == m_modified) {
         return;

With this, the in and out point modifications are not affecting clip playback,
and I can continue weeding out my clip archive in preparation for the time line
edit.

Need to remember to ctrl-s every minute though :)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to