merge from develop
--HG-- branch : feature
This commit is contained in:
commit
6c90ae9166
|
@ -293,7 +293,7 @@ QVector<QPointF> VArc::GetPoints() const
|
||||||
points << splPoints;
|
points << splPoints;
|
||||||
pStart = lineP4P3.p1();
|
pStart = lineP4P3.p1();
|
||||||
}
|
}
|
||||||
return points;
|
return IsFlipped() ? VGObject::GetReversePoints(points) : points;
|
||||||
}
|
}
|
||||||
|
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user