Skip to content

Commit 93a0708

Browse files
author
mhugent
committedJul 11, 2008
Fix for bug #978, topological editing is already considered when generating QgsMapToolAddVertex::mRecentSnappingResults
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8753 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ddc86a1 commit 93a0708

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎src/app/qgsmaptooladdvertex.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,6 @@ void QgsMapToolAddVertex::canvasReleaseEvent(QMouseEvent * e)
9494
snappedPointMapCoord = snapPointFromResults(snapResults, e->pos());
9595
snappedPointLayerCoord = toLayerCoords(vlayer, snappedPointMapCoord);
9696

97-
int topologicalEditing = QgsProject::instance()->readNumEntry("Digitizing", "/TopologicalEditing", 0);
98-
if(topologicalEditing)
99-
{
100-
insertSegmentVerticesForSnap(snapResults, vlayer);
101-
}
102-
10397
//and change the feature points
10498
QList<QgsSnappingResult>::iterator sr_it = mRecentSnappingResults.begin();
10599
for(; sr_it != mRecentSnappingResults.end(); ++sr_it)

0 commit comments

Comments
 (0)
Please sign in to comment.