Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix for the multipolygon rubberband bug
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5536 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Jun 21, 2006
1 parent 02d951a commit 2348cb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsgeometry.cpp
Expand Up @@ -1281,6 +1281,7 @@ bool QgsGeometry::vertexAt(double &x, double &y,
for(int ringnr = 0; ringnr < *nRings; ++ringnr)
{
nPoints = (int*)ptr;
ptr += sizeof(int);
for(int pointnr = 0; pointnr < *nPoints; ++pointnr)
{
if(pointindex == atVertex.back())
Expand Down

0 comments on commit 2348cb3

Please sign in to comment.