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()); }