merge from develop

--HG--
branch : feature
This commit is contained in:
Ronan Le Tiec 2018-03-30 11:02:41 +02:00
commit 6c90ae9166

View file

@ -293,7 +293,7 @@ QVector<QPointF> VArc::GetPoints() const
points << splPoints;
pStart = lineP4P3.p1();
}
return points;
return IsFlipped() ? VGObject::GetReversePoints(points) : points;
}
//---------------------------------------------------------------------------------------------------------------------