@@ -33,7 +33,10 @@ void Polygon::setVertex(int i, const QPointF& v)
{
// Weird, but nothing to do.
if(nVertices()<=3)
{
Shape::setVertex(i,v);
return;
}
QPointFrealV=v;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.