]> git.sesse.net Git - mlt/commitdiff
round outline pen
authorgmarco <g.marco@freenet.de>
Fri, 8 Jan 2010 23:05:47 +0000 (00:05 +0100)
committergmarco <g.marco@freenet.de>
Fri, 8 Jan 2010 23:05:47 +0000 (00:05 +0100)
src/modules/qimage/kdenlivetitle_wrapper.cpp

index 1b2e8c8758044b88b1ca8d2fada53b125ac768bb..b84f685a84e7428c27e41c963204a97cd968189b 100755 (executable)
@@ -212,7 +212,8 @@ void loadFromXml( mlt_producer producer, QGraphicsScene *scene, const char *temp
                                        QTextCharFormat format;
                                        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)
                                        );
                                        format.setForeground(QBrush(col));