Skip to content

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/app/qgsmaptoolvertexedit.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,6 @@ bool QgsMapToolVertexEdit::snapSegmentWithContext(QgsPoint& point)
264264
if (!vlayer->snapSegmentWithContext(layerPoint, beforeVertex, atFeatureId, atGeometry, tolerance()))
265265
{
266266
mSnappedAtFeatureId = -1;
267-
QMessageBox::warning(0, QObject::tr("Error"),
268-
QObject::tr("Could not snap segment. Have you set the tolerance in Settings > Project Properties > General?"));
269267
return FALSE;
270268
}
271269
else

0 commit comments

Comments
 (0)
Please sign in to comment.