Cppcheck warning.
(grafted from 472ee616f82f6ff5e6b2d0ed4adcc2aa76c12ea1) --HG-- branch : develop
This commit is contained in:
parent
15fc06fbf1
commit
851044d37e
|
@ -257,7 +257,7 @@ QVector<QPointF> VEllipticalArc::GetPoints() const
|
||||||
}
|
}
|
||||||
|
|
||||||
QPainterPath path;
|
QPainterPath path;
|
||||||
IsFlipped() ? path.arcTo(box, startAngle, sweepAngle) : path.arcTo(box, startAngle, sweepAngle);
|
path.arcTo(box, startAngle, sweepAngle);
|
||||||
|
|
||||||
QTransform t;
|
QTransform t;
|
||||||
t.translate(GetCenter().x(), GetCenter().y());
|
t.translate(GetCenter().x(), GetCenter().y());
|
||||||
|
|
Loading…
Reference in New Issue
Block a user