Cosmetic change.

This commit is contained in:
Tats
2016-11-25 17:23:59 -05:00
parent 76d002d19a
commit c3aeb11434
+1 -1
View File
@@ -32,7 +32,7 @@ void Polygon::setVertex(int i, const QPointF& v)
void Polygon::_constrainVertex(const QPolygonF& polygon, int i, QPointF& v)
{
// Weird, but nothing to do.
// Nothing to do (eg. triangles).
if (polygon.size() <= 3)
return;