]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivedoc.cpp
Notes widget: context menu now allows to insert clickable timecode to make easy refer...
[kdenlive] / src / kdenlivedoc.cpp
index 0e7862d86ac6c2819519d99bc3f54cdd404cf6c2..e953b2eb381392b51b0d3091a9cc9e34041b9946 100644 (file)
@@ -589,7 +589,7 @@ bool KdenliveDoc::saveSceneList(const QString &path, const QString &scene, const
     addedXml.appendChild(docproperties);
 
     QDomElement docnotes = sceneList.createElement("documentnotes");
-    QDomText value = sceneList.createTextNode(m_notesWidget->toPlainText());
+    QDomText value = sceneList.createTextNode(m_notesWidget->toHtml());
     docnotes.appendChild(value);
     addedXml.appendChild(docnotes);