From 0931e9c0a9c86b645e86a44f769e8d366d0b4090 Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Thu, 29 Nov 2018 09:42:23 +0000 Subject: [PATCH] Big increase the value of QPainterPathStroker for very long text, thanks re-searcher git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5617 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/qetgraphicsitem/conductor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/qetgraphicsitem/conductor.cpp b/sources/qetgraphicsitem/conductor.cpp index b723f9755..c5c66f97f 100644 --- a/sources/qetgraphicsitem/conductor.cpp +++ b/sources/qetgraphicsitem/conductor.cpp @@ -888,7 +888,7 @@ QPainterPath Conductor::shape() const QPainterPath Conductor::nearShape() const { QPainterPathStroker pps; - pps.setWidth(120); + pps.setWidth(1300); pps.setJoinStyle(conductor_pen.joinStyle()); return pps.createStroke(path()); }