]> git.sesse.net Git - kdenlive/blobdiff - src/titledocument.cpp
round oulines pens
[kdenlive] / src / titledocument.cpp
index d894d4d83f62cee745e8614e92d0132591d438f9..3927a0c54706f91983daec6d58d434240474147d 100644 (file)
@@ -287,7 +287,8 @@ int TitleDocument::loadFromXml(QDomDocument doc, QGraphicsRectItem* startv, QGra
                         txt->setData(102, stringToColor(txtProperties.namedItem("font-outline-color").nodeValue()));
                         format.setTextOutline(
                             QPen(QColor(stringToColor(txtProperties.namedItem("font-outline-color").nodeValue())),
-                                 txtProperties.namedItem("font-outline").nodeValue().toDouble())
+                                 txtProperties.namedItem("font-outline").nodeValue().toDouble(),
+                                Qt::SolidLine,Qt::RoundCap,Qt::RoundJoin)
                         );
 
                     }