Set color for curved path.
--HG-- branch : develop
This commit is contained in:
parent
f77258ac70
commit
890c87e228
|
@ -47,6 +47,7 @@ VToolSplinePath::VToolSplinePath(VPattern *doc, VContainer *data, quint32 id, co
|
|||
:VAbstractSpline(doc, data, id, parent), oldPosition()
|
||||
{
|
||||
sceneType = SceneObject::SplinePath;
|
||||
lineColor = color;
|
||||
|
||||
this->setPath(ToolPath());
|
||||
this->setPen(QPen(Qt::black, qApp->toPixel(qApp->widthHairLine())/factor));
|
||||
|
|
Loading…
Reference in New Issue
Block a user