mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 05:00:33 +01:00
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
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user