Skip to content

Commit

Permalink
Fix for bug where topological editing did not work for polygons with …
Browse files Browse the repository at this point in the history
…remove intersection option

git-svn-id: http://svn.osgeo.org/qgis/trunk@8096 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Jan 30, 2008
1 parent 4c3169f commit 3a3f96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsmaptooladdfeature.cpp
Expand Up @@ -436,7 +436,7 @@ void QgsMapToolAddFeature::canvasReleaseEvent(QMouseEvent * e)
int topologicalEditing = QgsProject::instance()->readNumEntry("Digitizing", "/TopologicalEditing", 0);
if(topologicalEditing)
{
addTopologicalPoints(mCaptureList);
vlayer->addTopologicalPoints(f->geometry());
}
}
}
Expand Down

0 comments on commit 3a3f96f

Please sign in to comment.