Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Only one warning if segment snapping failed
git-svn-id: http://svn.osgeo.org/qgis/trunk@6603 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Feb 16, 2007
1 parent 2bb3145 commit 521ed2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/qgsmaptoolvertexedit.cpp
Expand Up @@ -264,8 +264,6 @@ bool QgsMapToolVertexEdit::snapSegmentWithContext(QgsPoint& point)
if (!vlayer->snapSegmentWithContext(layerPoint, beforeVertex, atFeatureId, atGeometry, tolerance()))
{
mSnappedAtFeatureId = -1;
QMessageBox::warning(0, QObject::tr("Error"),
QObject::tr("Could not snap segment. Have you set the tolerance in Settings > Project Properties > General?"));
return FALSE;
}
else
Expand Down

0 comments on commit 521ed2a

Please sign in to comment.