https://bugs.kde.org/show_bug.cgi?id=425066
Scott Petrovic <scottpetro...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |CONFIRMED CC| |scottpetro...@gmail.com Severity|normal |minor --- Comment #1 from Scott Petrovic <scottpetro...@gmail.com> --- I think the work here is going to be adding a few more areas that mark the document as modified. It looks like these areas do not change the "isModified" status. This is python code, but we probably can update the C++ code to set the isModified flag when these things happen... doc.setDocumentInfo(doc.documentInfo() + "\n") doc.setFramesPerSecond(int(doc.framesPerSecond() + 1)) doc.setFullClipRangeStartTime(doc.fullClipRangeStartTime() + 1) doc.setFullClipRangeEndTime(doc.fullClipRangeEndTime() + 1) doc.setFileName(doc.fileName() + ".ILBM") doc.setName(doc.name()[::-1]) -- You are receiving this mail because: You are watching all bug changes.