git-svn-id: svn://localhost/ardour2/branches/3.0@12032 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-04-19 15:45:08 +00:00
parent f4db0d07f9
commit 4bfd11b46a

View File

@ -491,7 +491,7 @@ void ge_cairo_polygon (cairo_t *cr,
}
}
if ((points[npoints-1].x != points[0].y) ||
if ((points[npoints-1].x != points[0].x) ||
(points[npoints-1].y != points[0].y))
{
cairo_line_to(cr, points[0].x, points[0].y);